You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/flutter/configuration/options.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ This option can be overridden using <PlatformIdentifier name="in-app-include" />
151
151
<ConfigKeyname="attach-screenshot">
152
152
153
153
Takes a screenshot of the application when an error happens and includes it as an attachment.
154
-
Enable this feature by setting <PlatformIdentifiername="attach-screenshot" /> to `true` and wrapping your root widget with `SentryWidget(child: MyApp())`.
154
+
Enable this option by setting <PlatformIdentifiername="attach-screenshot" /> to `true` and wrapping your root widget with `SentryWidget(child: MyApp())`.
155
155
Learn more about enriching events with screenshots in our <PlatformLinkto="/enriching-events/screenshots/">Screenshots documentation</PlatformLink>.
0 commit comments