Skip to content

Commit 5d414f2

Browse files
thisamesvaind
authored andcommitted
fix: change visitChildElements to debugVisitOnstageChildren
1 parent a80fbd1 commit 5d414f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/screenshot/widget_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class WidgetFilter {
8080
break;
8181
case SentryMaskingDecision.continueProcessing:
8282
// If this element should not be obscured, visit and check its children.
83-
element.visitChildElements(_visitList.add);
83+
element.debugVisitOnstageChildren(_visitList.add);
8484
break;
8585
}
8686
}

0 commit comments

Comments
 (0)