Skip to content

feat(core): Export spanStreamingIntegration from CDN bundles #45998

feat(core): Export spanStreamingIntegration from CDN bundles

feat(core): Export spanStreamingIntegration from CDN bundles #45998

Re-run triggered April 20, 2026 14:02
Status Failure
Total duration 6m 8s
Artifacts 40

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
12s
job_get_metadata / Get Metadata
Check lockfile
3m 46s
Check lockfile
Check file formatting
45s
Check file formatting
Check PR branches
3s
Check PR branches
Prepare E2E tests
2m 49s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 9s
Size Check
Lint
1m 9s
Lint
Circular Dependency Check
1m 39s
Circular Dependency Check
Upload Artifacts
Upload Artifacts
Browser Unit Tests
4m 17s
Browser Unit Tests
Bun Unit Tests
40s
Bun Unit Tests
Deno Unit Tests
1m 2s
Deno Unit Tests
Cloudflare Integration Tests
1m 45s
Cloudflare Integration Tests
Bun Integration Tests
40s
Bun Integration Tests
Check for faulty .d.ts files
46s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 1 warning, and 2 notices
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Process completed with exit code 1.
[firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L102
1) [firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toHaveLength(expected) Expected length: 1 Received length: 0 Received array: [] 100 | 101 | const loAFSpans = interactionSpanTree.filter(span => getSpanOp(span)?.startsWith('ui.long-animation-frame')); > 102 | expect(loAFSpans).toHaveLength(1); | ^ 103 | 104 | const interactionSpan = interactionSpanTree.find(span => getSpanOp(span) === 'ui.interaction.click'); 105 | expect(interactionSpan).toEqual({ at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:102:21
Size Check
Size limit has been exceeded.
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
2) [webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 12 + Received + 0 @@ -10,14 +10,10 @@ }, "browser.web_vital.ttfb.request_time": Object { "type": StringMatching /^(integer)|(double)$/, "value": Any<Number>, }, - "browser.web_vital.ttfb.value": Object { - "type": StringMatching /^(integer)|(double)$/, - "value": Any<Number>, - }, "culture.calendar": Object { "type": "string", "value": Any<String>, }, "culture.locale": Object { @@ -27,18 +23,10 @@ "culture.timezone": Object { "type": "string", "value": Any<String>, }, "device.processor_count": Object { - "type": StringMatching /^(integer)|(double)$/, - "value": Any<Number>, - }, - "network.connection.effective_type": Object { - "type": "string", - "value": Any<String>, - }, - "network.connection.rtt": Object { "type": StringMatching /^(integer)|(double)$/, "value": Any<Number>, }, "sentry.idle_span_finish_reason": Object { "type": "string", 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
1) [webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 8 + Received + 0 @@ -14,18 +14,10 @@ }, "device.processor_count": Object { "type": StringMatching /^(integer)|(double)$/, "value": Any<Number>, }, - "network.connection.effective_type": Object { - "type": "string", - "value": Any<String>, - }, - "network.connection.rtt": Object { - "type": StringMatching /^(integer)|(double)$/, - "value": Any<Number>, - }, "sentry.idle_span_finish_reason": Object { "type": "string", "value": "idleTimeout", }, "sentry.op": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
All required jobs passed or were skipped
Process completed with exit code 1.
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
1 failed [firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox 14 passed (25.7s)
🎭 Playwright Run Summary
2 failed [webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 199 skipped 467 passed (4.1m)

Artifacts

Produced during runtime
Name Size Digest
codecov-test-results-nh-export-spanstreaming-cdn-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
851 Bytes
sha256:6eba4c3335d8a27fb9a89d74998b4ae0dc71926c7c305374a734b70e66fec812
codecov-test-results-nh-export-spanstreaming-cdn-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
1.29 KB
sha256:a6d7a111440f6cc8248add7454f38e4fcc46812db7c6809009019a71297e3802
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-firefox-0 Expired
301 KB
sha256:a3c289bb27f42e18f8868708d298b0c4fcfbea2f3c2a535daacc07a9fba8faf0
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
567 KB
sha256:6319879168c819bf890b28cd84b449e2cd0567161cfe873605b2862547e7c619