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 exc: Throwable, @Nullable onError: OnErrorCallback)

Notify Bugsnag of a handled exception

Parameters

exc

the exception to send to Bugsnag

onError

callback invoked on the generated error report for additional modification