Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/platforms/android/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ Note that enabling this option may increase the payload size of events sent to S

</SdkOption>

<SdkOption name="collectAdditionalContext">

Defauls to `true`. 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`.
Programmatic API: `SentryAndroidOptions.setCollectAdditionalContext(true|false)`.

</SdkOption>

<SdkOption name="sendDefaultPii">

If this flag is enabled, certain personally identifiable information (PII) is added by active integrations. By default, no such data is sent.
Expand Down
Loading