getsentry / raven-go

Sentry client in Go
https://sentry.io
BSD 3-Clause "New" or "Revised" License
561 stars 148 forks source link

Wrong doc for method CapturePanicAndWait #180

Closed volkyeth closed 5 years ago

volkyeth commented 6 years ago

https://github.com/getsentry/raven-go/blob/7562301a6763c9ac631b0a2011b4aa0e064e45d4/client.go#L763

I Belive this was meant to say CapturePanicAndWait is identical to CapturePanic [...]

same thing on https://github.com/getsentry/raven-go/blob/7562301a6763c9ac631b0a2011b4aa0e064e45d4/client.go#L799

kamilogorek commented 5 years ago

Fixed