getsentry / sentry-java

A Sentry SDK for Java, Android and other JVM languages.
https://docs.sentry.io/
MIT License
1.15k stars 435 forks source link

Redact Screenshots via View Hierarchy #3286

Open kahest opened 6 months ago

kahest commented 6 months ago

see https://github.com/getsentry/team-mobile/issues/178

romtsn commented 6 months ago

For this to work we'll have to move redaction code from sentry-android-replay to sentry-android-core, but currently that code is in Kotlin so we either have to convert it back to Java or convert -core to Kotlin (finally)

kahest commented 6 months ago

As discussed, SR is top priority, so we'll only tackle this once/if we know it doesn't put SR timeline at risk at all

romtsn commented 6 months ago

We can probably start with just moving this code in Kotlin but without stdlib, that should be easy