You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed an issue where the NewRelicNavigationObserver would crash when handling routes without a key parameter, such as bottom sheets and modal dialogs.
11
-
- Resolved navigation tracking failures for routes that don't extend PageRoute.
10
+
- Fixed an issue where the `NewRelicNavigationObserver` would crash when handling routes without a key parameter, such as bottom sheets and modal dialogs.
11
+
- Resolved navigation tracking failures for routes that don't extend `PageRoute`.
12
12
13
13
## Enhancements
14
-
- Improved type safety in NewRelicNavigationObserver by removing all dynamic types.
15
-
- Added support for additional route types including CupertinoPage and NoTransitionPage from go_router.
16
-
- Refactored navigation observer code for better maintainability and readability.
14
+
- Improved type safety in `NewRelicNavigationObserver` by removing all dynamic types.
15
+
- Added support for additional route types including `CupertinoPage` and `NoTransitionPage` from `go_router`.
16
+
- Refactored navigation observer code for better maintainability and readability.
0 commit comments