Skip to content

Commit 82b86fb

Browse files
committed
add comment
1 parent 1b25138 commit 82b86fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flutter/lib/src/navigation/sentry_navigator_observer.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ typedef AdditionalInfoExtractor = Map<String, dynamic>? Function(
2424
/// This is a navigation observer to record navigational breadcrumbs.
2525
/// For now it only records navigation events and no gestures.
2626
///
27+
/// It also records Time to Initial Display (TTID) and Time to Full Display (TTFD).
28+
///
2729
/// [Route]s can always be null and their [Route.settings] can also always be null.
2830
/// For example, if the application starts, there is no previous route.
2931
/// The [RouteSettings] is null if a developer has not specified any

0 commit comments

Comments
 (0)