Template Guides

Available Variables

The following methods are available to call in your Twig templates:

craft.bugsnag.metadata(data)

Set metadata for exceptions.

craft.bugsnag.breadcrumb(text, type, metaData)

Leave a breadcrumb for the current request.

craft.bugsnag.getBrowserConfig(asJson)

Return the config for browser logging.

craft.bugsnag.handleException(exception)

Send an exception to Bugsnag.

Last updated: June 6, 2026, 9:18:52 AM