How would one implement observing Tab changes with auto_route to be tracked by Sentry in Flutter
I’m trying to implement sentry into my code base. Following the documentation I’m supposed to use SentryNavigationObserver()
and pass it into MaterialApp()
like so: