sentry-java
sentry-java copied to clipboard
Redact Screenshots via View Hierarchy
see https://github.com/getsentry/team-mobile/issues/178
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)
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
We can probably start with just moving this code in Kotlin but without stdlib, that should be easy