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
addMetadata
Link copied to clipboard
clearMetadata
Link copied to clipboard
open fun clearMetadata(@NonNull() section: String, @NonNull() key: String)
Content copied to clipboard
getApp
Link copied to clipboard
getBreadcrumbs
Link copied to clipboard
getContext
Link copied to clipboard
getDevice
Link copied to clipboard
getGroupingHash
Link copied to clipboard
getMetadata
Link copied to clipboard
getOriginalError
Link copied to clipboard
getSeverity
Link copied to clipboard
getThreads
Link copied to clipboard
If thread state is being captured along with the event, this field will contain a list of Thread objects.
isUnhandled
Link copied to clipboard
setContext
Link copied to clipboard
setGroupingHash
Link copied to clipboard
setSeverity
Link copied to clipboard
setUnhandled
Link copied to clipboard
toStream
Link copied to clipboard