Skip to content

feat(nuxt)!: Auto-wire orchestrion build-time instrumentation - #22915

Merged
chargome merged 3 commits into
developfrom
cg/nuxt-orchestrion-default
Jul 31, 2026
Merged

feat(nuxt)!: Auto-wire orchestrion build-time instrumentation#22915
chargome merged 3 commits into
developfrom
cg/nuxt-orchestrion-default

Conversation

@chargome

@chargome chargome commented Jul 31, 2026

Copy link
Copy Markdown
Member

The Nuxt module now injects the orchestrion Rollup plugin into the Nitro build automatically.

This flips the default: build-time instrumentation was previously opt-in behind _experimental.useDiagnosticsChannelInjection, which is removed. Opting out now goes through the shared buildTimeInstrumentation: false build option that the other meta-framework SDKs already use.

The opt-out is gated at the call site rather than passed into sentryOrchestrionPlugin() (which has its own inert-plugin path), because Nuxt also force-inlines the instrumented modules via externals.inline - an inert plugin would leave that mutation in place.

The standalone nuxt-4-orchestrion e2e app is folded into nuxt-4, which now proves the built-in path.

closes #22778

@chargome chargome self-assigned this Jul 31, 2026
@chargome

Copy link
Copy Markdown
Member Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit b428211. Configure here.

@chargome
chargome marked this pull request as ready for review July 31, 2026 14:21
@chargome
chargome requested a review from a team as a code owner July 31, 2026 14:21
@chargome
chargome requested review from mydea and nicohrubec and removed request for a team July 31, 2026 14:21
@chargome
chargome merged commit d6f256d into develop Jul 31, 2026
526 of 528 checks passed
@chargome
chargome deleted the cg/nuxt-orchestrion-default branch July 31, 2026 14:25
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.

Nuxt: auto wire with new option + flip default

2 participants