Skip to content

test(e2e): Merge tanstackstart orchestrion app into main test app - #22922

Open
chargome wants to merge 1 commit into
developfrom
cg/tanstackstart-orchestrion-e2e-merge
Open

test(e2e): Merge tanstackstart orchestrion app into main test app#22922
chargome wants to merge 1 commit into
developfrom
cg/tanstackstart-orchestrion-e2e-merge

Conversation

@chargome

@chargome chargome commented Jul 31, 2026

Copy link
Copy Markdown
Member

Follow up to #22902

Now that build-time instrumentation is the default, a dedicated tanstackstart-react-orchestrion app no longer proves anything the main app doesn't — so its DB driver routes and tests are folded into tanstackstart-react.

`sentryTanstackStart()` wires the orchestrion bundler plugin automatically since #22902, so a
dedicated app no longer proves anything the main app doesn't. Fold the DB driver routes and
tests into `tanstackstart-react`, which now exercises the built-in path.

Drop the standalone app's `add-instrumentation.mjs` entry-prepending: it existed because that
app started without `--import`, and `tanstackstart-react` already boots via
`node --import ./.output/server/instrument.server.mjs`. Keeping it would test a second boot
mechanism unrelated to orchestrion.

Gate the Docker setup on the proxy variant. The DB tests carry the same
`usesManagedTunnelRoute` skip as the other suites, so the five tunnel-route variants would
otherwise boot MySQL and Redis only to skip the tests needing them.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@chargome chargome self-assigned this Jul 31, 2026
@chargome
chargome requested a review from nicohrubec July 31, 2026 15:59
@chargome
chargome marked this pull request as ready for review July 31, 2026 15:59
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 29.91 kB - -
@sentry/browser - with treeshaking flags 28.11 kB - -
@sentry/browser (incl. Tracing) 47.38 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 47.38 kB - -
@sentry/browser (incl. Tracing, Profiling) 52.15 kB - -
@sentry/browser (incl. Tracing, Replay) 86.72 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 76.15 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 91.43 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 104.06 kB - -
@sentry/browser (incl. Feedback) 47.22 kB - -
@sentry/browser (incl. sendFeedback) 34.76 kB - -
@sentry/browser (incl. FeedbackAsync) 39.86 kB - -
@sentry/browser (incl. Metrics) 30.99 kB - -
@sentry/browser (incl. Logs) 31.22 kB - -
@sentry/browser (incl. Metrics & Logs) 31.89 kB - -
@sentry/react 31.73 kB - -
@sentry/react (incl. Tracing) 49.64 kB - -
@sentry/vue 34.98 kB - -
@sentry/vue (incl. Tracing) 49.36 kB - -
@sentry/svelte 29.94 kB - -
CDN Bundle 31.98 kB - -
CDN Bundle (incl. Tracing) 47.73 kB - -
CDN Bundle (incl. Logs, Metrics) 33.55 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 49.09 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 72.9 kB - -
CDN Bundle (incl. Tracing, Replay) 85.36 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 86.66 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 91.16 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 92.47 kB - -
CDN Bundle - uncompressed 95.49 kB - -
CDN Bundle (incl. Tracing) - uncompressed 143.25 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 100.2 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.23 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 224.96 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 262.51 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 266.47 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 276.21 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 280.17 kB - -
@sentry/nextjs (client) 52.21 kB - -
@sentry/sveltekit (client) 47.82 kB - -
@sentry/core/server 79.99 kB - -
@sentry/core/browser 51.92 kB - -
@sentry/node 121.61 kB - -
@sentry/node/import (ESM hook with diagnostics-channel injection) 0 B added added
@sentry/node - without tracing 85.15 kB - -
@sentry/aws-serverless 93.41 kB - -
@sentry/cloudflare (withSentry) - minified 199.12 kB - -
@sentry/cloudflare (withSentry) 490.4 kB - -

View base workflow run

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.

2 participants