bugsnag-1.0.0.1: Bugsnag error reporter for Haskell
Safe HaskellNone
LanguageHaskell2010

Network.Bugsnag.StackFrame

Synopsis

Documentation

attachBugsnagCode :: CodeIndex -> StackFrame -> StackFrame Source #

Attempt to attach code to a StackFrame

Looks up the content in the Index by File/LineNumber and, if found, sets it on the record.

currentStackFrame :: Q Exp Source #

Construct a StackFrame from the point of this splice

Unfortunately there's no way to know the function, so that must be given: