bugsnag-haskell-0.0.4.4: Bugsnag error reporter for Haskell
Safe HaskellNone
LanguageHaskell2010

Network.Bugsnag.Notify

Synopsis

Documentation

notifyBugsnag :: BugsnagSettings -> SomeException -> IO () Source #

Notify Bugsnag of a single exception

notifyBugsnagWith :: BeforeNotify -> BugsnagSettings -> SomeException -> IO () Source #

Notify Bugsnag of a single exception, modifying the event

This is used to (e.g.) change severity for a specific error. Note that the given function runs after any configured bsBeforeNotify, or changes caused by other aspects of settings (e.g. grouping hash).