Last updated
Was this helpful?
Last updated
Was this helpful?
The simplest way to notify
of an error is to either pass it the exception directly:
Or to give it a custom message:
Honeybadger collects a lot of additional context about the report based on where it is called. More context is usually better though. You can pass additional, specific context with the context
keyword argument.
Include whatever else you might want to know and those values will show up in the Honeybadger web interface.