onError

abstract fun onError(@NonNull() event: Event): Boolean

Runs the "on error" callback. If the callback returns false any further OnErrorCallback callbacks will not be called and the event will not be sent to Bugsnag.

See also

Parameters

event

the event to be sent to Bugsnag