getsentry / getsentry/sentry-java
Add mask-aware label capture for interaction breadcrumbs
Open
Platform: Android
Task
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
Check Session Replay privacy config before including labels in interaction breadcrumbs. Skip labels when the tapped view is masked/redacted.
This is the PII safety gate that prevents text content from leaking into breadcrumbs when Session Replay masking is active.
Reference implementation: [RN SDK touchevents.tsx]() — `_isMaskAllTextEnabled()` and `hasAncestorMask()` checks.
Contributor guide
Assessment
This issue has not been assessed yet.