getsentry / getsentry/sentry-java
Add ability to wild card masks in Session Replay
未关闭
Android
Feature
Replays
State: Blocked
- 主要语言
- Kotlin
- 星标
- 1.4k
- 派生
- 478
- 平均合并
- 2 天 23 小时
- 30 天内合并 PR
- 67
描述
### 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 还没有评估数据。