Skip to content

Commit 2e85776

Browse files
committed
update doc
1 parent 1aec95a commit 2e85776

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ You can filter your screenshots by using the `beforeScreenshot` callback which i
2121

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

24+
By default, the callback returns `true` which means that all screenshots are attached.
25+
2426
```dart
2527
await SentryFlutter.init((options) {
2628
options.beforeScreenshot = (event, {hint}) {

0 commit comments

Comments
 (0)