Skip to content

test(e2e): Add span streaming test app for Cloudflare Workers - #20681

Merged
nicohrubec merged 2 commits into
developfrom
feat/cloudflare-workers-span-streaming-e2e
May 5, 2026
Merged

test(e2e): Add span streaming test app for Cloudflare Workers#20681
nicohrubec merged 2 commits into
developfrom
feat/cloudflare-workers-span-streaming-e2e

Conversation

@nicohrubec

@nicohrubecnicohrubec commented May 5, 2026

Copy link
Copy Markdown
Member

Adds a cloudflare-workers-streaming E2E test app that mirrors cloudflare-workers with span streaming enabled.

Closes#20670

Closes#20671
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

github-actionsBot commented May 5, 2026

Copy link
Copy Markdown
Contributor

size-limit report 📦

⚠️Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

PathSize% ChangeChange
@sentry/browser26.3 kB--
@sentry/browser - with treeshaking flags24.78 kB--
@sentry/browser (incl. Tracing)44.17 kB--
@sentry/browser (incl. Tracing + Span Streaming)46.39 kB--
@sentry/browser (incl. Tracing, Profiling)49.14 kB--
@sentry/browser (incl. Tracing, Replay)83.55 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags73.01 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)88.23 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)100.84 kB--
@sentry/browser (incl. Feedback)43.44 kB--
@sentry/browser (incl. sendFeedback)31.11 kB--
@sentry/browser (incl. FeedbackAsync)36.19 kB--
@sentry/browser (incl. Metrics)27.6 kB--
@sentry/browser (incl. Logs)27.73 kB--
@sentry/browser (incl. Metrics & Logs)28.43 kB--
@sentry/react28.04 kB--
@sentry/react (incl. Tracing)46.4 kB--
@sentry/vue31.18 kB--
@sentry/vue (incl. Tracing)46.02 kB--
@sentry/svelte26.32 kB--
CDN Bundle28.91 kB--
CDN Bundle (incl. Tracing)46.94 kB--
CDN Bundle (incl. Logs, Metrics)30.33 kB--
CDN Bundle (incl. Tracing, Logs, Metrics)48.04 kB--
CDN Bundle (incl. Replay, Logs, Metrics)69.4 kB--
CDN Bundle (incl. Tracing, Replay)84.07 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)85.15 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)89.89 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)90.99 kB--
CDN Bundle - uncompressed84.88 kB--
CDN Bundle (incl. Tracing) - uncompressed140.44 kB--
CDN Bundle (incl. Logs, Metrics) - uncompressed89.08 kB--
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed143.9 kB--
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed212.99 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed258.24 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed261.69 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed271.94 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed275.38 kB--
@sentry/nextjs (client)48.9 kB--
@sentry/sveltekit (client)44.64 kB--
@sentry/node-core59.13 kB+0.02%+11 B 🔺
@sentry/node170.62 kB+0.01%+11 B 🔺
@sentry/node - without tracing97.16 kB+0.01%+7 B 🔺
@sentry/aws-serverless113.98 kB+0.03%+29 B 🔺
@sentry/cloudflare (withSentry) - minified166.9 kB--
@sentry/cloudflare (withSentry)421.79 kB--

View base workflow run

@nicohrubec
nicohrubec marked this pull request as ready for review May 5, 2026 13:23

@chargomechargome left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Just double checking: if you encountered any failing tests, please still include them with skip for now

@JPeer264JPeer264 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Are there any guidelines to keep these two in sync?

@nicohrubec

Copy link
Copy Markdown
MemberAuthor

@chargome no, it's an exact copy except the adaptions made for span streaming + one additional test

@nicohrubec

Copy link
Copy Markdown
MemberAuthor

@JPeer264 not really, any ideas? I guess we already have this problem for instance between test apps for different majors etc.

…ming
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nicohrubec
nicohrubec merged commit a6d7afc into developMay 5, 2026
502 of 507 checks passed
@nicohrubec
nicohrubec deleted the feat/cloudflare-workers-span-streaming-e2e branch May 5, 2026 15:19
Sign up for freeto 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.

Add Cloudflare span streaming app

3 participants

@nicohrubec@JPeer264@chargome