Closed pbrisbin closed 6 years ago
I think I'm going to slim down the library, and really only expose notifyBugsnag(With)
, and have it take SomeException
. In addition to obviating this issue, this would mean:
BugsnagException
has Exception
, so throwing/catching that doesn't change[Caster]
list on settings, which is a better place for it IMOI was writing up the main module docs for Network.Bugsnag
with this approach in mind and the story reads a lot nicer, which I think is a good sign.
The current function only handles exceptions known to
Control.Exception
, there should be an easy way to support site-specific exceptions. This may require exposing ourCaster
stuffs.