Skip to content

Commit 27c8c16

Browse files
authored
fix(flutter): update Flutter reportFullyDisplayed api (#11821)
1 parent 9735f5b commit 27c8c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/flutter/integrations/routing-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ await SentryFlutter.init(
132132
2. Report the span manually:
133133

134134
```dart
135-
SentryFlutter.reportFullyDisplayed();
135+
await SentryFlutter.reportFullyDisplayed();
136136
```
137137

138138
If the span finishes through the API, its status will be set to `SpanStatus.OK`.

0 commit comments

Comments
 (0)