Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data BreadcrumbType

    bugsnag-hs Network.Bugsnag

    A category which describes the breadcrumb, from the list of allowed values.

  2. data Thread

    bugsnag-hs Network.Bugsnag

    An array of background threads. This is optional but recommended for apps that rely heavily on threading. Threads should be in an order that makes sense for your application.

  3. data ThreadType

    bugsnag-hs Network.Bugsnag

    Used for parsing the stack trace correctly.

  4. androidThreadType :: ThreadType

    bugsnag-hs Network.Bugsnag

    For android

  5. breadcrumb_metaData :: Breadcrumb -> Maybe (HashMap Text Text)

    bugsnag-hs Network.Bugsnag

    Additional information about the event, as key/value pairs.

  6. breadcrumb_name :: Breadcrumb -> Text

    bugsnag-hs Network.Bugsnag

    A short summary describing the event, such as the user action taken or a new application state.

  7. breadcrumb_timestamp :: Breadcrumb -> Text

    bugsnag-hs Network.Bugsnag

    The time at which the event occurred, in ISO 8601 format.

  8. breadcrumb_type :: Breadcrumb -> BreadcrumbType

    bugsnag-hs Network.Bugsnag

    A category which describes the breadcrumb, from the list of allowed values.

  9. browserjsThreadType :: ThreadType

    bugsnag-hs Network.Bugsnag

    For browser-based JavaScript

  10. cocoaThreadType :: ThreadType

    bugsnag-hs Network.Bugsnag

    For cocoa (iOStvOSmacOS)

Page 683 of many | Previous | Next