OnErrorCallback

interface OnErrorCallback

A callback to be run before error reports are sent to Bugsnag.

You can use this to add or modify information attached to an error before it is sent to your dashboard. You can also return false from any callback to halt execution.

"on error" callbacks added via the JVM API do not run when a fatal C/C++ crash occurs.

Functions

onError
Link copied to clipboard
abstract fun onError(@NonNull() event: Event): Boolean
Runs the "on error" callback.