We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa2343 commit b15eccfCopy full SHA for b15eccf
flutter/lib/src/navigation/sentry_display_widget.dart
@@ -9,7 +9,7 @@ import '../frame_callback_handler.dart';
9
/// for the child widget to be initially displayed on the screen. This method
10
/// allows a more accurate measurement than what the default TTID implementation
11
/// provides. The TTID measurement begins when the route to the widget is pushed and ends
12
-/// when [WidgetsBinding.instance.addPostFrameCallback] is triggered.
+/// when `addPostFramecallback` is triggered.
13
///
14
/// Wrap the widget you want to measure with [SentryDisplayWidget], and ensure that you
15
/// have set up Sentry's routing instrumentation according to the Sentry documentation.
0 commit comments