Configuration
User-specified configuration storage object, contains information specified at the client level, api-key and endpoint configuration.
Constructors
Configuration
Link copied to clipboard
Constructs a new Configuration object with default values.
Functions
addMetadata
Link copied to clipboard
addOnBreadcrumb
Link copied to clipboard
addOnError
Link copied to clipboard
addOnSession
Link copied to clipboard
clearMetadata
Link copied to clipboard
open fun clearMetadata(@NonNull() section: String, @NonNull() key: String)
Content copied to clipboard
getAppType
Link copied to clipboard
getAppVersion
Link copied to clipboard
getAutoDetectErrors
Link copied to clipboard
getAutoTrackSessions
Link copied to clipboard
getContext
Link copied to clipboard
getDelivery
Link copied to clipboard
The Delivery implementation used to make network calls to the Bugsnag Error Reporting and Sessions API.
getDiscardClasses
Link copied to clipboard
getEnabledBreadcrumbTypes
Link copied to clipboard
getEnabledErrorTypes
Link copied to clipboard
getEnabledReleaseStages
Link copied to clipboard
getEndpoints
Link copied to clipboard
getLaunchCrashThresholdMs
Link copied to clipboard
getLaunchDurationMillis
Link copied to clipboard
getMaxBreadcrumbs
Link copied to clipboard
getMaxPersistedEvents
Link copied to clipboard
getMaxPersistedSessions
Link copied to clipboard
getMetadata
Link copied to clipboard
getPersistenceDirectory
Link copied to clipboard
getPersistUser
Link copied to clipboard
getProjectPackages
Link copied to clipboard
getRedactedKeys
Link copied to clipboard
getReleaseStage
Link copied to clipboard
getSendLaunchCrashesSynchronously
Link copied to clipboard
getSendThreads
Link copied to clipboard
getVersionCode
Link copied to clipboard
removeOnBreadcrumb
Link copied to clipboard
open fun removeOnBreadcrumb(@NonNull() onBreadcrumb: OnBreadcrumbCallback)
Content copied to clipboard
removeOnError
Link copied to clipboard
removeOnSession
Link copied to clipboard
setAppType
Link copied to clipboard
setAppVersion
Link copied to clipboard
setAutoDetectErrors
Link copied to clipboard
setAutoTrackSessions
Link copied to clipboard
setContext
Link copied to clipboard
setDelivery
Link copied to clipboard
The Delivery implementation used to make network calls to the Bugsnag Error Reporting and Sessions API.
setDiscardClasses
Link copied to clipboard
setEnabledBreadcrumbTypes
Link copied to clipboard
open fun setEnabledBreadcrumbTypes(@Nullable() enabledBreadcrumbTypes: Set<BreadcrumbType>)
Content copied to clipboard
setEnabledErrorTypes
Link copied to clipboard
setEnabledReleaseStages
Link copied to clipboard
open fun setEnabledReleaseStages(@Nullable() enabledReleaseStages: Set<String>)
Content copied to clipboard
setEndpoints
Link copied to clipboard
setLaunchCrashThresholdMs
Link copied to clipboard
@Deprecated()
Content copied to clipboard
setLaunchDurationMillis
Link copied to clipboard
setMaxBreadcrumbs
Link copied to clipboard
setMaxPersistedEvents
Link copied to clipboard
setMaxPersistedSessions
Link copied to clipboard
setPersistenceDirectory
Link copied to clipboard
setPersistUser
Link copied to clipboard
setProjectPackages
Link copied to clipboard
setRedactedKeys
Link copied to clipboard
setReleaseStage
Link copied to clipboard
setSendLaunchCrashesSynchronously
Link copied to clipboard
open fun setSendLaunchCrashesSynchronously(sendLaunchCrashesSynchronously: Boolean)
Content copied to clipboard
setSendThreads
Link copied to clipboard
setVersionCode
Link copied to clipboard