Skip to content

feat(android-nav3): [Android Nav3 1] Create the navigation3 module - #6129

Open
0xadam-brown wants to merge 2 commits into
feat/sentry-nav3-effect-stackfrom
feat/sentry-nav3-effect-1-module
Open

0xadam-brown wants to merge 2 commits into
feat/sentry-nav3-effect-stackfrom
feat/sentry-nav3-effect-1-module

Conversation

@0xadam-brown

@0xadam-brown 0xadam-brown commented Sep 18, 2026

Copy link
Copy Markdown
Member

PR Stack (Android Nav3)


📜 Description

Create the new sentry-android-navigation3 module 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

  • I added GH Issue ID & Linear ID
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.
  • Public API changes reviewed by another Mobile SDK team member or implemented according to the develop docs spec.

🔮 Next steps

Layer route modeling on top of the module scaffold.

#skip-changelog

⚠️ Merge this PR using a merge commit (not squash). Later PRs in the stack are based on this branch.

@github-actions

github-actions Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 3a86007

@sentry

sentry Bot commented Sep 18, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

🔗 App Name App ID Version Configuration
SDK Size io.sentry.tests.size 8.57.0 (1) release

⚙️ sentry-android Build Distribution Settings

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
0xadam-brown force-pushed the feat/sentry-nav3-effect-1-module branch from e5d13ee to 1b98b50 Compare September 18, 2026 11:28
Comment thread sentry-android-navigation3/build.gradle.kts
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.
@0xadam-brown 0xadam-brown added the sanity-check PR needs a lightweight review for obvious issues label Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sanity-check PR needs a lightweight review for obvious issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant