We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bd19d commit bb49dd5Copy full SHA for bb49dd5
flutter/test/replay/masking_config_test.dart
@@ -120,10 +120,8 @@ void main() async {
120
.map((rule) => rule.toString())
121
// These normalize the string on VM & js & wasm:
122
.map((str) => str.replaceAll(
123
- RegExp(
124
- r"SentryMaskingDecision from:? [fF]unction '?_maskImagesExceptAssets[@(].*",
125
- dotAll: true),
126
- 'SentryMaskingDecision)'))
+ RegExp(r"=> SentryMaskingDecision from:? .*", dotAll: true),
+ '=> SentryMaskingDecision)'))
127
128
' from: (element, widget) => masking_config.SentryMaskingDecision.mask',
129
''))
0 commit comments