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 1aec95a commit 2e85776Copy full SHA for 2e85776
platform-includes/enriching-events/attach-screenshots/flutter.mdx
@@ -21,6 +21,8 @@ You can filter your screenshots by using the `beforeScreenshot` callback which i
21
22
If the callback returns `false`, the screenshot will not be attached.
23
24
+By default, the callback returns `true` which means that all screenshots are attached.
25
+
26
```dart
27
await SentryFlutter.init((options) {
28
options.beforeScreenshot = (event, {hint}) {
0 commit comments