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 a80fbd1 commit 5d414f2Copy full SHA for 5d414f2
flutter/lib/src/screenshot/widget_filter.dart
@@ -80,7 +80,7 @@ class WidgetFilter {
80
break;
81
case SentryMaskingDecision.continueProcessing:
82
// If this element should not be obscured, visit and check its children.
83
- element.visitChildElements(_visitList.add);
+ element.debugVisitOnstageChildren(_visitList.add);
84
85
}
86
0 commit comments