handle

open fun handle(e: Throwable)

Handle an exception.

Parameters

e

The exception to handle.


open fun handle(e: Throwable, level: SentryLevel, debugInformation: Array<String>)

Handle an exception and send more data to Sentry.

Parameters

e

The exception to handle.

level

The error level for Sentry.

debugInformation

The debug infos.