-
-
Notifications
You must be signed in to change notification settings - Fork 478
feat(android-nav3): [Android Nav3 3] Track navigation state transitions #6131
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
Merged
0xadam-brown
merged 13 commits into
feat/sentry-nav3-effect-stack
from
feat/sentry-nav3-effect-3-observer
Sep 25, 2026
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
9ac7a97
feat(android-nav3): Track navigation state transitions
0xadam-brown 3e5858d
fix(android-nav3): Preserve app context when updating transaction con…
0xadam-brown c2518ce
ref(android-nav3): Prepare back stack changes
0xadam-brown 640bcab
ref(android-nav3): Rename nav3 destination hint
0xadam-brown 4211900
Specify RouteTransltor's retention policy
0xadam-brown dd5b5ca
fix(android-nav3): set nav tx origin before start
0xadam-brown 2e53ba7
ref(android-nav3): clarify weak ref safety
0xadam-brown a372c7b
ref(android-nav3): Drop observer-wide exception guard
0xadam-brown 8d71310
ref(android-nav3): Extract nav context binder
0xadam-brown 76a9013
ref(android-nav3): Rename observer helper classes
0xadam-brown 67c8ed4
ref(android-nav3): clarify observer nav state helpers
0xadam-brown ce6d964
fix(android-nav3): Ignore no-op nav transactions
0xadam-brown 9cf6d1a
Address runningcode's comments
0xadam-brown File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| public final class io/sentry/compose/navigation3/BuildConfig { | ||
| public static final field BUILD_TYPE Ljava/lang/String; | ||
| public static final field DEBUG Z | ||
| public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String; | ||
| public static final field VERSION_NAME Ljava/lang/String; | ||
| public fun <init> ()V | ||
| } | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.