This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Description
I just released a package annotated-exception which can be used to add things like a CallStack (and other info) to an exception transparently.
Integrating this into bugsnag-haskell at the reportException level could be useful to add some of this additional data.
Alternatively, we could expose a function that accepts the [Caster], so end-users could write a conversion function for LocatedException e -> BugsnagException.