Event
An Event object represents a Throwable captured by Bugsnag and is available as a parameter on an OnErrorCallback, where individual properties can be mutated before an error report is sent to Bugsnag's API.
Functions
Link copied to clipboard
Add a single feature flag with no variant.
Add a single feature flag with an optional variant.
Link copied to clipboard
Add a collection of feature flags.
Link copied to clipboard
Adds a map of multiple metadata key-value pairs to the specified section.
Adds the specified key and value in the specified section.
Link copied to clipboard
Remove a single feature flag regardless of its current status.
Link copied to clipboard
Clear all of the feature flags.
Link copied to clipboard
Removes all the data from the specified section.
Removes data with the specified key from the specified section.
Link copied to clipboard
Information set by the notifier about your app can be found in this field.
Link copied to clipboard
A list of breadcrumbs leading up to the event.
Link copied to clipboard
Returns the context of the error.
Link copied to clipboard
Information set by the notifier about your device can be found in this field.
Link copied to clipboard
A list of feature flags active at the time of the event.
Link copied to clipboard
Set the grouping hash of the event to override the default grouping on the dashboard.
Link copied to clipboard
Link copied to clipboard
The Throwable object that caused the event in your application.
Link copied to clipboard
The severity of the event.
Link copied to clipboard
If thread state is being captured along with the event, this field will contain a list of Thread objects.
Link copied to clipboard
Whether the event was a crash (i.e.
Link copied to clipboard
Sets the context of the error.
Link copied to clipboard
Set the grouping hash of the event to override the default grouping on the dashboard.
Link copied to clipboard
The severity of the event.
Link copied to clipboard
Whether the event was a crash (i.e.
Link copied to clipboard