-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add sentry-android-navigation module #2116
feat: Add sentry-android-navigation module #2116
Conversation
|
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Outdated
Show resolved
Hide resolved
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks incredibly simple.
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Outdated
Show resolved
Hide resolved
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Show resolved
Hide resolved
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Outdated
Show resolved
Hide resolved
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Show resolved
Hide resolved
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Outdated
Show resolved
Hide resolved
Is it good or bad? 🙈 haha |
@adinauer add you to keep you in the loop, feel free to delegate to Lukas if you think it's better |
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## feat/compose-navigation-support #2116 +/- ##
==================================================================
Coverage 80.94% 80.94%
Complexity 3254 3254
==================================================================
Files 231 231
Lines 11952 11952
Branches 1586 1586
==================================================================
Hits 9674 9674
Misses 1698 1698
Partials 580 580
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we can release this we need to add to .craft.yml in this repo, and https://github.com/getsentry/sentry-release-registry
@bruno-garcia noted thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one question, rest LGTM!
...ry-android-navigation/src/main/java/io/sentry/android/navigation/SentryNavigationListener.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
#skip-changelog
📜 Description
sentry-android-navigation
module to support androidx.navigation library (only breadcrumbs for now)This is part of the Jetpack Compose Navigation support.
💡 Motivation and Context
Part of #2096
💚 How did you test it?
📝 Checklist
🔮 Next steps