getsentry / getsentry/sentry-java

Add ability to wild card masks in Session Replay

Abierto
#4,393 2 comentarios 0 reacciones 1 asignado Reclamado por @markushi Ver en GitHub
Android Feature Replays State: Blocked
Lenguaje dominante
Kotlin
Estrellas
1.4k
Forks
478
Merge medio
2 d 23 h
PR fusionados (30 d)
67

Descripción

### Problem Statement

We use a third party to render PDFs within our app and launch it via a `Fragment` they control. We don't know exactly what view classes they use to display things and would like to block everything. We'd like the ability to mask a package name with a wild card.

### Solution Brainstorm

Similar to the `addMaskViewClass`, we'd like some function like:
```
public void addMaskPackage(final @NotNull String packageName)
```

And we could provide `com.thirdparty.*` and any view in the hierarchy with this package would be masked.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.