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.

  1. settings_ignoreException :: Settings -> Exception -> Bool

    bugsnag 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.

  2. settings_onNotifyException :: Settings -> HttpException -> IO ()

    bugsnag Data.Bugsnag.Settings

    How to handle an exception reporting error events Default is to ignore.

  3. settings_releaseStage :: Settings -> Text

    bugsnag Data.Bugsnag.Settings

    The current release-stage, Production by default

  4. setContext :: Text -> BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    Set the Event's Context

  5. setDevice :: Device -> BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    Set the Event's Device See bugsnagDeviceFromWaiRequest

  6. setErrorSeverity :: BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    Set to ErrorSeverity

  7. setGroupingHash :: Text -> BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    No documentation available.

  8. setGroupingHashBy :: (Event -> Maybe Text) -> BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    No documentation available.

  9. setInfoSeverity :: BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    Set to InfoSeverity

  10. setRequest :: Request -> BeforeNotify

    bugsnag Network.Bugsnag.BeforeNotify

    Set the Event's Request See bugsnagRequestFromWaiRequest

Page 437 of many | Previous | Next