raven-go icon indicating copy to clipboard operation
raven-go copied to clipboard

[WIP] Experimental support for stacktrace of github.com/pkg/errors.

Open hiroshi opened this issue 8 years ago • 2 comments

This is a work in progress PR. Currently implemented only what just we want.

  • [x] Let raven.CaptureError(err,...) use stacktrace of err if available.
  • [x] reven.RecoveryHandler
  • [ ] Support other Capture functions like CapturePanic

May resolve https://github.com/getsentry/raven-go/issues/88

You can use this by replacing import path from github.com/sentry/raven-go to github.com/nota/raven-go.

You can see this branch is stale or not by https://github.com/getsentry/raven-go/network

hiroshi avatar May 19 '17 01:05 hiroshi

It'd be fantastic to get this PR in, even without the other Capture* functions!

connor4312 avatar Jul 12 '17 20:07 connor4312

Bump on this.

jsm avatar Oct 19 '17 19:10 jsm