| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.Bugsnag
Synopsis
- notifyBugsnag :: Exception e => Settings -> e -> IO ()
- notifyBugsnagWith :: Exception e => BeforeNotify -> Settings -> e -> IO ()
- module Network.Bugsnag.BeforeNotify
Notifying
notifyBugsnagWith :: Exception e => BeforeNotify -> Settings -> e -> IO () Source #
Modifying events on notification
module Network.Bugsnag.BeforeNotify