Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
settings_ignoreException :: Settings -> Exception -> Boolbugsnag Data.Bugsnag.Settings Exception filtering Functions like notifyBugsnag will do nothing with exceptions that pass this predicate. N.B. Something lower-level, like reportError won't be aware of this.
settings_onNotifyException :: Settings -> HttpException -> IO ()bugsnag Data.Bugsnag.Settings How to handle an exception reporting error events Default is to ignore.
settings_releaseStage :: Settings -> Textbugsnag Data.Bugsnag.Settings The current release-stage, Production by default
setContext :: Text -> BeforeNotifybugsnag Network.Bugsnag.BeforeNotify Set the Event's Context
setDevice :: Device -> BeforeNotifybugsnag Network.Bugsnag.BeforeNotify Set the Event's Device See bugsnagDeviceFromWaiRequest
setErrorSeverity :: BeforeNotifybugsnag Network.Bugsnag.BeforeNotify Set to ErrorSeverity
setGroupingHash :: Text -> BeforeNotifybugsnag Network.Bugsnag.BeforeNotify No documentation available.
setGroupingHashBy :: (Event -> Maybe Text) -> BeforeNotifybugsnag Network.Bugsnag.BeforeNotify No documentation available.
setInfoSeverity :: BeforeNotifybugsnag Network.Bugsnag.BeforeNotify Set to InfoSeverity
setRequest :: Request -> BeforeNotifybugsnag Network.Bugsnag.BeforeNotify Set the Event's Request See bugsnagRequestFromWaiRequest