getsentry / getsentry/sentry-java

Add ability to wild card masks in Session Replay

未關閉
#4,393 2 則留言 0 個 reaction 已指派 1 人 已被 @markushi 認領 在 GitHub 檢視
Android Feature Replays State: Blocked
主要語言
Kotlin
星號
1.4k
分支
478
平均合併
2 天 22 小時
30 天內合併 PR
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 摘要。