getsentry / getsentry/sentry-java
Add `enableBreadcrumbTextExtraction` option on `SentryAndroidOptions`
Open
good first issue
Platform: Android
Task
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
Add a boolean `enableBreadcrumbTextExtraction` (default `true`) on `SentryAndroidOptions`. When `false`, skip all text-based label extraction for interaction breadcrumbs — only resource ID, class name, and `sentryTag` are captured.
Provides a global opt-out for apps with PII concerns about text content appearing in breadcrumbs.
Contributor guide
Assessment
This issue has not been assessed yet.