ErrorTypes

class ErrorTypes(var anrs: Boolean = true, var ndkCrashes: Boolean = true, var unhandledExceptions: Boolean = true, var unhandledRejections: Boolean = true)

Constructors

Link copied to clipboard
constructor(anrs: Boolean = true, ndkCrashes: Boolean = true, unhandledExceptions: Boolean = true, unhandledRejections: Boolean = true)

Properties

Link copied to clipboard

Sets whether ANRs should be reported to Bugsnag.

Link copied to clipboard

Determines whether NDK crashes such as signals and exceptions should be reported by bugsnag.

Link copied to clipboard

Sets whether Bugsnag should automatically capture and report unhandled errors. By default, this value is true.

Link copied to clipboard

Sets whether Bugsnag should automatically capture and report unhandled promise rejections. This only applies to React Native apps. By default, this value is true.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int