CrashlyticsClient

Abstraction over a crash-reporting SDK (Crashlytics, Sentry, Bugsnag, etc.).

Inheritors

Functions

Link copied to clipboard
abstract fun clearUserId()
Link copied to clipboard
abstract fun log(message: String)
Link copied to clipboard
abstract fun recordError(throwable: Throwable, context: Map<String, String> = emptyMap())
Link copied to clipboard
abstract fun setCustomValue(key: String, value: String)
Link copied to clipboard
abstract fun setUserId(userId: String)