Closed flimzy closed 7 years ago
@flimzy Thanks! This PR looks affect test result around below, so would you change it to fix?
https://github.com/evalphobia/logrus_sentry/blob/master/sentry_test.go#L267-L277
Whoops! Sorry for the oversight. It's fixed now.
Thank you for fixing!
Note: https://github.com/evalphobia/logrus_sentry/releases/tag/v0.2.9
raven.NewStacktraceFrame() ignores frames for
runtime.goexit
, which lead to occasional null values in stack traces generated fromgithub.com/pkg/errors
stacktraces, which sentry doesn't like. This fixes the oversight.