### Description Add support for Jetpack Compose [Navigation library](https://developer.android.com/jetpack/compose/navigation) - [x] Collect breadcrumbs for navigation/route changes, capturing from/to arguments as `data` (similar to [flutter](https://github.com/getsentry/sentry-dart/blob/main/flutter/lib/src/navigation/sentry_navigator_observer.dart)) #2116 and #2121 - [x] Capture transactions for navigation/route changes (transactions should be idle) #2137 - [x] Update [release registry](https://github.com/getsentry/sentry-release-registry) and .craft.yml - [x] Craft https://github.com/getsentry/sentry-java/pull/2138 - [x] Release registry https://github.com/getsentry/sentry-release-registry/pull/76 - [x] Update docs for: - [x] New Navigation integration https://github.com/getsentry/sentry-docs/pull/5229 - [x] New Compose integration (android + desktop) https://github.com/getsentry/sentry-docs/pull/5234 - [x] Migration docs (Kotlin bump to 1.6.10) https://github.com/getsentry/sentry-docs/pull/5219
Description
Add support for Jetpack Compose Navigation library
data(similar to flutter) feat: Add sentry-android-navigation module #2116 and feat: Add compose module (navigation) #2121