bugsnag-haskell-0.0.4.4: Bugsnag error reporter for Haskell
Safe HaskellNone
LanguageHaskell2010

Network.Bugsnag.CodeIndex

Synopsis

Documentation

data CodeIndex Source #

Instances

Instances details
Show CodeIndex Source # 
Instance details

Defined in Network.Bugsnag.CodeIndex

Lift CodeIndex Source # 
Instance details

Defined in Network.Bugsnag.CodeIndex

buildCodeIndex :: String -> Q Exp Source #

Index code for attaching lines of source to StackFrames

See the bsCodeIndex field of BugsnagSettings for details.

  • *WARNING**: This feature comes with a number of caveats.
  1. It's not frequently used and may not work.
  2. It (probably) means you will be holding all indexed source code in memory during the life of your process.
  3. In larger projects, it will embed substantial amounts of source code in a single file, which can significantly degrade compilation time.