Skip to content

Commit

Permalink
Update docs/platforms/flutter/configuration/options.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Krawiec <alex.krawiec@sentry.io>
  • Loading branch information
buenaflor and coolguyzone authored Nov 11, 2024
1 parent 3715b22 commit 9cc1a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/flutter/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ This option can be overridden using <PlatformIdentifier name="in-app-include" />
<ConfigKey name="attach-screenshot">

Takes a screenshot of the application when an error happens and includes it as an attachment.
Enable this feature by setting <PlatformIdentifier name="attach-screenshot" /> to `true` and wrapping your root widget with `SentryWidget(child: MyApp())`.
Enable this option by setting <PlatformIdentifier name="attach-screenshot" /> to `true` and wrapping your root widget with `SentryWidget(child: MyApp())`.
Learn more about enriching events with screenshots in our <PlatformLink to="/enriching-events/screenshots/">Screenshots documentation</PlatformLink>.

</ConfigKey>
Expand Down

0 comments on commit 9cc1a66

Please sign in to comment.