You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: warning in screenshot/replay creation when a potentially sensitive widget is not masked (#2375)
* feat: fail screenshot/replay creation when a potentially sensitive widget is not masked
* fix tests for web
* improve text
* warn instead of throwin an exception
* chore: changelog
* test: add debug/profile/release mode tests
* test assertion
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Unreleased
4
4
5
+
### Enhancements
6
+
7
+
- Warning (in a debug build) if a potentially sensitive widget is not masked or unmasked explicitly ([#2375](https://github.com/getsentry/sentry-dart/pull/2375))
8
+
5
9
### Dependencies
6
10
7
11
- Bump Native SDK from v0.7.15 to v0.7.16 ([#2465](https://github.com/getsentry/sentry-dart/pull/2465))
0 commit comments