feat(android-nav3): [Android Nav3 1] Create the navigation3 module - #6129
Open
0xadam-brown wants to merge 2 commits into
Open
0xadam-brown wants to merge 2 commits into
0xadam-brown wants to merge 2 commits into
Conversation
0xadam-brown
requested review from
adinauer,
markushi,
romtsn and
runningcode
as code owners
September 18, 2026 10:28
Contributor
|
This was referenced Sep 18, 2026
📲 Install BuildsAndroid
|
Establish the new Android Navigation 3 integration module and register it with the build and publication metadata. This keeps the first step focused on the module boundary itself, without introducing generated API surface or implementation code yet. Co-Authored-By: OpenCode <noreply@opencode>
0xadam-brown
force-pushed
the
feat/sentry-nav3-effect-1-module
branch
from
September 18, 2026 11:28
e5d13ee to
1b98b50
Compare
AGP 9 only generates unit tests for the configured test build type. Because this module disables the debug variant, point unit tests at release so future tests run instead of being skipped.
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
Create the new
sentry-android-navigation3module and wire it into the build.This keeps the first step of the stack focused on the module boundary itself: Gradle registration,
module layout, and Android library scaffolding, without introducing implementation code yet.
💡 Motivation and Context
Before we can add any Nav3 behavior, we need a clean module home for it. Splitting that setup out
first makes the rest of the stack easier to review and reason about.
addresses: JAVA-274
💚 How did you test it?
Built it + verified the config works correctly with the remaining PRs in this stack.
📝 Checklist
sendDefaultPIIis enabled.🔮 Next steps
Layer route modeling on top of the module scaffold.
#skip-changelog