report

fun report(exception: Throwable, tag: String? = null, message: String? = null)(source)

Report an exception to the configured reporter (if any) after logging it.

Parameters

exception

The exception to report.

tag

An optional tag for the report.

message

An optional message providing context.