getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

[Epic] View Hierarchy: Option to disable reporting of identifiers/tags #184

Open kahest opened 5 months ago

kahest commented 5 months ago

In our View Hierarchy (VH) feature, we read specific identifiers/tags (depending on platform) from view classes and surface this information in the rendered VH on the product. If an app writes potentially sensitive information to these fields (even though these fields are not designed for this), the app will be able to use the new option to not read and surface this data.

### SDKs
- [ ] https://github.com/getsentry/sentry-cocoa/issues/4037
- [ ] https://github.com/getsentry/sentry-java/issues/3461
- [ ] https://github.com/getsentry/sentry-dart/issues/2086
- [ ] https://github.com/getsentry/sentry-react-native/issues/3874
- [ ] Docs

Related issue for scrubbing VHs on Relay: https://github.com/getsentry/relay/issues/3688