Skip to content

feat(android-nav3): Android Nav3 integration - #6105

Closed
0xadam-brown wants to merge 5 commits into
mainfrom
feat/android-nav3-module-stack
Closed

0xadam-brown wants to merge 5 commits into
mainfrom
feat/android-nav3-module-stack

Conversation

@0xadam-brown

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

Copy link
Copy Markdown
Member

PR Stack (Android Nav3)


📜 Description

This is the collection branch for the Android Nav3 stack.

It carries no feature code itself. The implementation is split across the stacked PRs below so the
module scaffold, route modeling, observer layer, and Compose-facing effect can be reviewed
independently and merged forward with merge commits before this collection branch is squash-merged
into main.

💡 Motivation and Context

Nav3 support is large enough that reviewing it as one PR would hide the architectural boundaries.
This collection branch gives us a stable top-level PR for the whole effort while the stack lands in
reviewable steps.

💚 How did you test it?

This branch is intentionally empty apart from the collection commit. Each stacked PR contains its
own verification details.

📝 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

Merge the stack bottom-to-top, then squash-merge this collection branch into main.

#skip-changelog

@github-actions

github-actions Bot commented Sep 12, 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 ec8bdd9

@sentry

sentry Bot commented Sep 12, 2026

Copy link
Copy Markdown

📲 Install Builds

Android

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

⚙️ sentry-android Build Distribution Settings

@0xadam-brown 0xadam-brown changed the title feat(android-nav3): Android Nav3 feat(android-nav3): Android Nav3 integration Sep 12, 2026
0xadam-brown and others added 4 commits September 16, 2026 05:29
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>
Introduce the route translation layer for Navigation 3 so later stages can reason about route names and sanitized arguments in one place. At this stage the module still exposes no meaningful public API surface.
Add the observer layer that turns Navigation 3 back stack changes into breadcrumbs, scope state, and navigation transactions. This is also the point where the module starts carrying generated BuildConfig version metadata and its first non-empty API snapshot.
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

Copy link
Copy Markdown
Member Author

Welp, my clanker just merged this whole PR stack save for the first when I asked it to make a change to one of the PRs. Sigh. I'll close and then try again...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant