feat(android-nav3): [Android Nav3 4] Introduce SentryNavEffect - #6109
Merged
0xadam-brown merged 1 commit intoSep 16, 2026
Merged
0xadam-brown merged 1 commit into
0xadam-brown merged 1 commit into
Conversation
This was referenced Sep 12, 2026
Contributor
|
📲 Install BuildsAndroid
|
Add the Compose-facing abstraction that binds Navigation 3 back stack changes to the observer layer. This establishes the integration’s primary API shape while keeping it internal until the rest of the sequence is ready to expose it.
0xadam-brown
force-pushed
the
feat/android-nav3-module-4-effect
branch
from
September 16, 2026 03:31
98d868d to
ec8bdd9
Compare
Base automatically changed from
feat/android-nav3-module-3-observer
to
feat/android-nav3-module-stack
September 16, 2026 03:31
0xadam-brown
merged commit Sep 16, 2026
ec8bdd9
into
feat/android-nav3-module-stack
1 check was pending
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Stack (Android Nav3)
📜 Description
Introduce
SentryNavEffect, the Compose-facing abstraction for Android Nav3.This final stack step connects the observer layer to Compose lifecycle and recomposition behavior,
and adds tests around effect lifetime, extractor updates, and back stack identity handling.
💡 Motivation and Context
SentryNavEffectis the key abstraction this integration presents to host apps. Keeping it in itsown PR makes the public-facing shape and lifecycle model reviewable on their own, even while the
symbol remains internal for now.
💚 How did you test it?
./gradlew :sentry-android-navigation3:testReleaseUnitTest./gradlew spotlessApply./gradlew apiDump📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
Expose the effect publicly and follow up with docs, samples, and any profiling-specific polish.
#skip-changelog