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 1 year ago

SevereOverfl0w commented 1 year 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 1 year ago

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