getsentry / getsentry/sentry-java

Add ability to wild card masks in Session Replay

Đang mở
#4,393 2 bình luận 0 reaction 1 người được giao Được @markushi nhận Xem trên GitHub
Android Feature Replays State: Blocked
Ngôn ngữ chính
Kotlin
Star
1.4k
Fork
478
Merge trung bình
2 ngày 23 giờ
Pull request đã merge (30 ngày)
67

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.