Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPtr :: ForeignPtr a -> Ptr a -> ForeignPtr arebase Rebase.Data.Vector.Storable.Internal No documentation available.
settings_apiKey :: Settings -> ApiKeybugsnag Data.Bugsnag.Settings Your Integration API Key
settings_appVersion :: Settings -> Maybe Textbugsnag Data.Bugsnag.Settings The version of your application Marking bugs as Fixed and having them auto-reopen in new versions requires you set this.
settings_beforeNotify :: Settings -> BeforeNotifybugsnag Data.Bugsnag.Settings Modify any events before they are sent For example to attach a user, or set the context.
settings_codeIndex :: Settings -> Maybe CodeIndexbugsnag Data.Bugsnag.Settings A CodeIndex built at compile-time from project sources If set, this will be used to update StackFrames to include lines of source code context as read out of this value. N.B. using this means loading and keeping the source code for the entire project in memory.
settings_enabledReleaseStages :: Settings -> [Text]bugsnag Data.Bugsnag.Settings Which release-stages to notify in. Only Production by default
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
setBit' :: forall (w :: Nat) . NatRepr w -> Natural -> BV w -> BV wbv-sized Data.BitVector.Sized Like setBit, but without the requirement that the index bit refers to an actual bit in the input BV. If it is out of range, just silently return the original input.