Skip to content

Commit 7394dca

Browse files
committed
Adjust snippet
1 parent 75b5f42 commit 7394dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/enriching-events/attach-screenshots/dart.flutter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Return `true` to capture the screenshot, or `false` to skip it.
2323

2424
<Alert>
2525

26-
The `debounce` flag is set to `true` when debounce is active, meaning it will block the screenshot from being taken..
27-
If you want to capture screenshots regardless of the debounce, you can ignore the `debounce` flag.
26+
The `shouldDebounce` flag is set to `true` when debounce is active, meaning it will block the screenshot from being taken.
27+
If you want to capture screenshots regardless of the debounce, you can ignore the `shouldDebounce` flag.
2828

2929
</Alert>
3030

0 commit comments

Comments
 (0)