Builds a reporter out of the provided callback.
Default instance that logs errors in a platform specific way.
Default instance that logs errors in a platform specific way.
For the JVM logging is accomplished using the current
Thread.UncaughtExceptionHandler.
If an UncaughtExceptionHandler
is not currently set,
then error is printed on stderr.
For JS logging is done via console.error
.
DEPRECATED - use default instead.
DEPRECATED - use default instead.
(Since version 3.0.0) Use UncaughtExceptionReporter.default
See UncaughtExceptionReporter.