Skip to content

v0.2.9

Compare
Choose a tag to compare
@evalphobia evalphobia released this 15 Dec 09:57
· 26 commits to master since this release
A small bugfix to create valid stacktraces (#28)

raven.NewStacktraceFrame() ignores frames for `runtime.goexit`, which lead
to null values in stack traces, which sentry doesn't like.  This fixes the
oversight.