raven-clj
raven-clj copied to clipboard
Include full trace, not just root-cause
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.
Looks like this would be fixed by https://github.com/sethtrain/raven-clj/pull/41