setEnabledBreadcrumbTypes

open fun setEnabledBreadcrumbTypes(@Nullable enabledBreadcrumbTypes: Set<BreadcrumbType>)

By default we will automatically add breadcrumbs for common application events such as activity lifecycle events and system intents. To amend this behavior, override the enabled breadcrumb types. All breadcrumbs can be disabled by providing an empty set. The following breadcrumb types can be enabled: - Captured errors: left when an error event is sent to the Bugsnag API. - Manual breadcrumbs: left via the Bugsnag.leaveBreadcrumb function. - Navigation changes: left for Activity Lifecycle events to track the user's journey in the app. - State changes: state breadcrumbs are left for system broadcast events. For example: battery warnings, airplane mode, etc. - User interaction: left when the user performs certain system operations.