getsentry / getsentry/sentry-java

Add ability to wild card masks in Session Replay

オープン
#4,393 コメント 2 件 リアクション 0 件 担当者 1 名 @markushi が担当を希望しています GitHub で見る
Android Feature Replays State: Blocked
主要言語
Kotlin
スター
1.4k
フォーク
478
平均マージ
2日 22時間
マージ済み PR(30日)
69

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。