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
In order to auto-instrument navigation for Jetpack Compose we want to re-route the original rememberNavController method call to our sentry specific implementation. This way the required bytecode changes can be kept to a minimum.
In order to auto-instrument navigation for Jetpack Compose we want to re-route the original
rememberNavControllermethod call to our sentry specific implementation. This way the required bytecode changes can be kept to a minimum.