bugsnag · Schema

Bugsnag Error Event

Represents an individual error event reported to or retrieved from Bugsnag, containing exception details, stack traces, device and application information, breadcrumbs, and custom metadata.

Properties

Name Type Description
exceptions array The list of exceptions that occurred. The first exception is the most significant. Multiple exceptions represent a causal chain.
breadcrumbs array A trail of events leading up to the error, providing context about user actions and application state.
request object
threads array Information about all running threads at the time of the error.
context string A string representing what was happening in the application at the time of the error, such as a controller action or route name.
groupingHash string A custom grouping hash to override default error grouping. Events with the same hash are grouped together.
unhandled boolean Whether this error was unhandled (true) or caught and handled (false) by the application.
severity string The severity level of the error.
severityReason object
user object
app object
device object
session object
metaData object Custom metadata organized by tab name. Each key represents a tab on the Bugsnag dashboard containing key-value debugging information.
View JSON Schema on GitHub