Skip to content

Document Android network-event breadcrumb configuration #19438

Description

@igormarchuk-se

SDK

Android SDK

Description

The Android Disable Automatic Breadcrumbs section lists manifest settings for activity lifecycle, app lifecycle, system events, app components, and user interactions, but omits io.sentry.breadcrumbs.network-events

The network-event option was introduced in the merged sentry-java#2608 and is still read by ManifestMetadataReader.

For reference:
Documentation for the same option is present for .NET Android SDK

Suggested Solution

Edit the Disable Automatic Breadcrumbs section in docs/platforms/android/enriching-events/breadcrumbs/index.mdx.

Add the following entry inside , after the existing system-events entry, matching the comment style of the other items:

    <!-- To disable the network events breadcrumbs integration -->
    <meta-data
    android:name="io.sentry.breadcrumbs.network-events"
    android:value="false"
  />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions