ApplicationErrorReporter

Application error reporting trait

The application that's consuming application-services implements this via a UniFFI callback interface, then calls set_application_error_reporter() to setup a global ApplicationErrorReporter.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun reportBreadcrumb(message: String, module: String, line: UInt, column: UInt)

Send a breadcrumb to a Sentry-like error reporting system

Link copied to clipboard
abstract fun reportError(typeName: String, message: String)

Send an error report to a Sentry-like error reporting system