Skip to content

Commit 5d5a64c

Browse files
Update platform-includes/enriching-events/attach-screenshots/flutter.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent fc2699f commit 5d5a64c

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/enriching-events/attach-screenshots

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ await SentryFlutter.init(
1717

1818
## Filtering Screenshots
1919

20-
You can filter your screenshots by using the `beforeScreenshot` callback which is called before attaching a screenshot to an event. By default, the callback returns `true` which means that all screenshots are attached.
20+
You can filter your screenshots by using the `beforeScreenshot` callback, which is called before attaching a screenshot to an event. By default, the callback returns `true` which means that all screenshots are attached.
2121

2222
If the callback returns `false`, the screenshot will not be attached.
2323

0 commit comments

Comments
 (0)