notify

open fun notify(@NonNull exception: Throwable)

Notify Bugsnag of a handled exception

Parameters

exception

the exception to send to Bugsnag


open fun notify(@NonNull exception: Throwable, @Nullable onError: OnErrorCallback)

Notify Bugsnag of a handled exception

Parameters

exception

the exception to send to Bugsnag

onError

callback invoked on the generated error report for additional modification