sethtrain / raven-clj

A Clojure interface to Sentry
84 stars 29 forks source link

Include full trace, not just root-cause #42

Open SevereOverfl0w opened 11 months ago

SevereOverfl0w commented 11 months ago

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 commented 11 months ago

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