Skip to content

Commit 242ec96

Browse files
martinhaintzlizokm
andauthored
Update docs/platforms/flutter/troubleshooting.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent e66ed2f commit 242ec96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/platforms/flutter/troubleshooting.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ For prior versions, you can work around this by configuring the SDK only to take
6363

6464
## Using Flutter Multi-view for Web
6565

66-
Multi-view embedding was introduced in Flutter 3.24. In the [Flutter docs](https://docs.flutter.dev/platform-integration/web/embedding-flutter-web) you will find a detailed guide about the usage of this feature.
66+
Multi-view embedding was introduced in Flutter 3.24. You'll find a detailed guide about it in the [Flutter docs](https://docs.flutter.dev/platform-integration/web/embedding-flutter-web) .
6767

68-
Using Sentry in a multi-view application is possible, but there are some limitations.
69-
The following features do not currently support multi-view:
68+
Using Sentry in a multi-view application is possible, but there are some limitations you should be aware of.
69+
The following features don't currently support multi-view:
7070

7171
- Screenshots via the `SentryScreenshotWidget` (which is part of the `SentryWidget`)
7272
- User interaction integration via the `SentryUserInteractionWidget` (which is part of the `SentryWidget`)
73-
- Window & Device events via the `WidgetsBindingIntegration`
73+
- Window and Device events via the `WidgetsBindingIntegration`
7474

75-
To prevent the `WidgetsBindingIntegration` from loading by default, you will need to remove the integration.
75+
To prevent the `WidgetsBindingIntegration` from loading by default, you'll need to remove the integration as shown below:
7676

7777
```dart
7878
// ignore: implementation_imports

0 commit comments

Comments
 (0)