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

Include full trace, not just root-cause

Open SevereOverfl0w opened this issue 1 year ago • 1 comments

It's useful to have the full stack of exceptions when sending to sentry, otherwise if you wrap an exception with additional information it is dropped before sending it to sentry.

SevereOverfl0w avatar Oct 26 '23 09:10 SevereOverfl0w

Looks like this would be fixed by https://github.com/sethtrain/raven-clj/pull/41

SevereOverfl0w avatar Oct 28 '23 19:10 SevereOverfl0w