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.
reportFullyDisplayed
1 parent 9735f5b commit 27c8c16Copy full SHA for 27c8c16
docs/platforms/flutter/integrations/routing-instrumentation.mdx
@@ -132,7 +132,7 @@ await SentryFlutter.init(
132
2. Report the span manually:
133
134
```dart
135
-SentryFlutter.reportFullyDisplayed();
+await SentryFlutter.reportFullyDisplayed();
136
```
137
138
If the span finishes through the API, its status will be set to `SpanStatus.OK`.
0 commit comments