sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Redact Screenshots via View Hierarchy

Open kahest opened this issue 1 year ago • 3 comments

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

kahest avatar Mar 27 '24 13:03 kahest

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)

romtsn avatar Mar 27 '24 14:03 romtsn

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

kahest avatar Mar 27 '24 14:03 kahest

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

romtsn avatar Mar 27 '24 14:03 romtsn