exceptionReporter

fun exceptionReporter(inner: () -> Unit)(source)

Wraps and discards exceptions, but reports them to the crash reporter before logging. Use this for operations that should not crash the process but are still unexpected.