I have been analyzing different navigator observers by 3rd party integrations (e.g., SentryNavigatorObserver
, FirebaseAnalyticsObserver
) to make identical for tools that don't have it by default. But I noticed that neither of these is really catching all route transitions. I see it when they display data in their corresponding consoles. Yes, it works with push
/pop
, but any transitions within the same level with go
are not being tracked. Which is very annoying. Anybody knows the way to solve it?
For example,
The transition from /page
to /page/detail
is observed.
The transition from /pageA
to /pageB
is not.