getsentry / getsentry/sentry-java

Add ability to wild card masks in Session Replay

Offen
#4,393 2 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @markushi Auf GitHub ansehen
Android Feature Replays State: Blocked
Vorherrschende Sprache
Kotlin
Sterne
1.4k
Forks
478
Ø Merge
2 T. 23 Std.
Gemergte PRs (30 T.)
67

Beschreibung

### 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.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.