Skip to content

test(sveltekit): Add SvelteKit 3 Cloudflare Workers E2E app - #23294

Merged
chargome merged 3 commits into
fix/sveltekit-cloudflare-execution-contextfrom
test/sveltekit-3-cloudflare-workers-e2e
Aug 12, 2026
Merged

test(sveltekit): Add SvelteKit 3 Cloudflare Workers E2E app#23294
chargome merged 3 commits into
fix/sveltekit-cloudflare-execution-contextfrom
test/sveltekit-3-cloudflare-workers-e2e

Conversation

@chargome

@chargome chargome commented Aug 11, 2026

Copy link
Copy Markdown
Member

Adds sveltekit-3-cloudflare-workers (Kit 3, adapter-cloudflare 8) — our first SvelteKit-on-Workers app; the existing Cloudflare app is Pages on adapter 5.

Runs wrangler dev against the built worker rather than vite dev, because the adapter's dev proxy still sets the legacy context alias and would hide the rename this guards against.

Marked optional since Kit 3 and the adapter are prereleases.

@chargome chargome self-assigned this Aug 11, 2026
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 30.29 kB - -
@sentry/browser - with treeshaking flags 28.47 kB - -
@sentry/browser - with treeshaking flags tracing without tracing 26.81 kB - -
@sentry/browser (incl. Tracing) 48.53 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 48.55 kB - -
@sentry/browser (incl. Tracing, Profiling) 51.43 kB - -
@sentry/browser (incl. Tracing, Replay) 87.92 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 77.34 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 92.64 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 105.34 kB - -
@sentry/browser (incl. Feedback) 47.62 kB - -
@sentry/browser (incl. sendFeedback) 35.12 kB - -
@sentry/browser (incl. FeedbackAsync) 40.27 kB - -
@sentry/browser (incl. Metrics) 31.28 kB - -
@sentry/browser (incl. Logs) 31.54 kB - -
@sentry/browser (incl. Metrics & Logs) 32.21 kB - -
@sentry/react 32.09 kB - -
@sentry/react (incl. Tracing) 50.72 kB - -
@sentry/vue 35.3 kB - -
@sentry/vue (incl. Tracing) 50.48 kB - -
@sentry/svelte 30.31 kB - -
CDN Bundle 31.6 kB - -
CDN Bundle (incl. Tracing) 48.85 kB - -
CDN Bundle (incl. Logs, Metrics) 33.82 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 50.81 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 74.35 kB - -
CDN Bundle (incl. Tracing, Replay) 86.44 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 88.31 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 92.15 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 94.13 kB - -
CDN Bundle - uncompressed 93.83 kB - -
CDN Bundle (incl. Tracing) - uncompressed 146.66 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 100.23 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 152.45 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 229.17 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 265.92 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 271.7 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 279.62 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 285.39 kB - -
@sentry/nextjs (client) 53.27 kB - -
@sentry/sveltekit (client) 48.94 kB - -
@sentry/core/server 65.41 kB - -
@sentry/core/browser 51.77 kB - -
@sentry/node 117.95 kB -0.01% -1 B 🔽
@sentry/node/import (ESM hook with diagnostics-channel injection) 0 B added added
@sentry/node - without tracing 82.06 kB - -
@sentry/aws-serverless 91.45 kB -0.01% -2 B 🔽
@sentry/cloudflare (withSentry) - minified 213.88 kB - -
@sentry/cloudflare (withSentry) 528.3 kB - -

View base workflow run

@chargome
chargome force-pushed the test/sveltekit-3-cloudflare-workers-e2e branch from ba2646c to 3fb1d8c Compare August 11, 2026 14:46
@chargome
chargome marked this pull request as ready for review August 11, 2026 15:21
@chargome
chargome requested review from JPeer264, Lms24 and s1gr1d August 11, 2026 15:21
chargome and others added 3 commits August 12, 2026 11:46
Add `sveltekit-3-cloudflare-workers` (Kit 3, adapter-cloudflare 8), our first
SvelteKit-on-Workers app; the existing Cloudflare app is Pages on adapter 5.

Run `wrangler dev` against the built worker rather than `vite dev`, because the
adapter's dev proxy still sets the legacy `context` alias and would hide the
rename this guards against.

Mark optional since Kit 3 and the adapter are prereleases.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
`index.server.ts` no longer re-exports the Vite plugin; it moved to the `./vite`
subpath. This app was authored before that change and merged cleanly, so the stale
import only surfaced as a build failure in CI.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@chargome
chargome force-pushed the test/sveltekit-3-cloudflare-workers-e2e branch from bd8db82 to 6e942e2 Compare August 12, 2026 09:46
@chargome
chargome merged commit bd8262d into develop Aug 12, 2026
46 of 74 checks passed
@chargome
chargome deleted the test/sveltekit-3-cloudflare-workers-e2e branch August 12, 2026 10:18
JPeer264 pushed a commit that referenced this pull request Aug 12, 2026
Adds `sveltekit-3-cloudflare-workers` (Kit 3, adapter-cloudflare 8) —
our first SvelteKit-on-Workers app; the existing Cloudflare app is Pages
on adapter 5.

Runs `wrangler dev` against the built worker rather than `vite dev`,
because the adapter's dev proxy still sets the legacy `context` alias
and would hide the rename this guards against.

Marked optional since Kit 3 and the adapter are prereleases.

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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