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.
1 parent 8550c13 commit 9c3ccffCopy full SHA for 9c3ccff
flutter/lib/src/navigation/sentry_navigator_observer.dart
@@ -45,7 +45,7 @@ class SentryNavigatorObserver extends RouteObserver<PageRoute<dynamic>> {
45
_addBreadcrumb(
46
type: 'didPush',
47
from: previousRoute?.settings,
48
- to: route?.settings,
+ to: route.settings,
49
);
50
}
51
@@ -66,7 +66,7 @@ class SentryNavigatorObserver extends RouteObserver<PageRoute<dynamic>> {
66
67
68
type: 'didPop',
69
- from: route?.settings,
+ from: route.settings,
70
to: previousRoute?.settings,
71
72
0 commit comments