getsentry / raven-go

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

Changing the raven.RecoveryHandler signature #183

Closed algogrit closed 6 years ago

algogrit commented 6 years ago

This fixes issue: https://github.com/getsentry/raven-go/issues/182

alexflint commented 6 years ago

This will break existing users of this library. See #193 for a backwards-compatible version.

algogrit commented 6 years ago

@alexflint Sure it does. The existing API itself, doesn't work well now. Does it?

dcramer commented 6 years ago

Closing as we merged #193