diff --git a/docs/platforms/android/configuration/options.mdx b/docs/platforms/android/configuration/options.mdx index 29e198125a87b..ec2176dad7c47 100644 --- a/docs/platforms/android/configuration/options.mdx +++ b/docs/platforms/android/configuration/options.mdx @@ -92,6 +92,14 @@ Note that enabling this option may increase the payload size of events sent to S + + +Controls whether the SDK collects additional device context (such as battery level, memory usage, storage state, and connectivity) to enrich events. Disabling this can reduce file I/O and help avoid Android StrictMode violations or ANR triggers on some devices at the cost of losing that context on events. + +AndroidManifest.xml key: `io.sentry.additional-context`. + + + If this flag is enabled, certain personally identifiable information (PII) is added by active integrations. By default, no such data is sent.