Honeybadger::Payload
A Payload is a json renderable object which conforms to the honeybadger json schema for exceptions
This payload provides a baseline for general use and is intended to be extended by framework or application specific uses to fill in details.
Constants
STACK_FRAME = /^
(?<path>[^:]+) # filename
:(?<line>[\d]+) # line number
:(?<char>[\d]+) # character offset
\sin\s # fixed seperator
'(?<method>[^']+)' # method name
$/x
Constructors
Instance methods
error_class
Sourceerror_message
Sourcerequest_json(builder)
A basic request object contains just a context object. Override this to embed actual request details.