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"
/>
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: