Skip to content

feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration) #46458

feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration)

feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration) #46458

Triggered via pull request April 27, 2026 20:15
Status Failure
Total duration 18m 24s
Artifacts 69

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
6s
Get CI Metadata / Get Metadata
Check lockfile
3m 16s
Check lockfile
Check file formatting
45s
Check file formatting
Check PR branches
6s
Check PR branches
Build Lambda layer
1m 55s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 5s
Lint
Circular Dependency Check
1m 46s
Circular Dependency Check
Browser Unit Tests
4m 27s
Browser Unit Tests
Bun Unit Tests
50s
Bun Unit Tests
Deno Unit Tests
1m 9s
Deno Unit Tests
Cloudflare Integration Tests
1m 43s
Cloudflare Integration Tests
Bun Integration Tests
42s
Bun Integration Tests
Check for faulty .d.ts files
38s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
0s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

210 errors, 22 warnings, and 208 notices
Cloudflare Integration Tests
Process completed with exit code 1.
suites/tracing/propagation/no-propagation-worker-do/test.ts > does not propagate trace from worker to durable object when enableRpcTracePropagation is disabled: dev-packages/cloudflare-integration-tests/runner.ts#L311
Error: Expected request to "/" to succeed, but got a 404 response ❯ Object.makeRequest runner.ts:311:24 ❯ suites/tracing/propagation/no-propagation-worker-do/test.ts:56:3
E2E nextjs-16 (canary, webpack) Test (optional)
Process completed with exit code 1.
E2E nextjs-16 (canary, turbopack) Test (optional)
Process completed with exit code 1.
E2E nextjs-16-tunnel (webpack) Test
Process completed with exit code 1.
E2E nextjs-16-cacheComponents Test
Process completed with exit code 1.
E2E nextjs-16-tunnel (turbopack) Test
Process completed with exit code 1.
E2E nextjs-16 (webpack) Test
Process completed with exit code 1.
E2E nextjs-16-cf-workers (latest) Test
Process completed with exit code 1.
E2E nextjs-16 (latest, webpack) Test
Process completed with exit code 1.
E2E nextjs-16-cf-workers Test
Process completed with exit code 1.
E2E nextjs-16 (latest, turbopack) Test
Process completed with exit code 1.
E2E nextjs-16 Test
Process completed with exit code 1.
E2E nextjs-16-cf-workers (canary) Test
Process completed with exit code 1.
E2E default-browser Test
Process completed with exit code 1.
[chromium] › tests/performance.test.ts:4:5 › captures a pageload transaction: ../../_temp/test-application/tests/performance.test.ts#L13
1) [chromium] › tests/performance.test.ts:4:5 › captures a pageload transaction ────────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -14,11 +14,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "release": "e2e-test", "request": Object { "headers": Object { "User-Agent": Any<String>, 11 | const pageLoadTransaction = await transactionPromise; 12 | > 13 | expect(pageLoadTransaction).toMatchObject({ | ^ 14 | contexts: { 15 | trace: { 16 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/performance.test.ts:13:31
E2E nextjs-16-tunnel Test
Process completed with exit code 1.
E2E tanstack-router Test
Process completed with exit code 1.
[chromium] › tests/routing-instrumentation.test.ts:38:1 › sends pageload transaction with web vitals measurements: ../../_temp/test-application/tests/routing-instrumentation.test.ts#L47
1) [chromium] › tests/routing-instrumentation.test.ts:38:1 › sends pageload transaction with web vitals measurements Error: expect(received).toMatchObject(expected) - Expected - 18 + Received + 0 @@ -3,28 +3,10 @@ "trace": Object { "op": "pageload", "origin": "auto.pageload.react.tanstack_router", }, }, - "measurements": ObjectContaining { - "fcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "fp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "lcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "ttfb": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - }, "transaction": "/", "transaction_info": Object { "source": "route", }, } 45 | const transaction = await transactionPromise; 46 | > 47 | expect(transaction).toMatchObject({ | ^ 48 | contexts: { 49 | trace: { 50 | op: 'pageload', at /home/runner/work/_temp/test-application/tests/routing-instrumentation.test.ts:47:23
E2E vue-tanstack-router Test
Process completed with exit code 1.
[chromium] › tests/routing-instrumentation.test.ts:4:1 › sends pageload transaction with web vitals measurements: ../../_temp/test-application/tests/routing-instrumentation.test.ts#L13
1) [chromium] › tests/routing-instrumentation.test.ts:4:1 › sends pageload transaction with web vitals measurements Error: expect(received).toMatchObject(expected) - Expected - 18 + Received + 0 @@ -3,28 +3,10 @@ "trace": Object { "op": "pageload", "origin": "auto.pageload.vue.tanstack_router", }, }, - "measurements": ObjectContaining { - "fcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "fp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "lcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "ttfb": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - }, "transaction": "/", "transaction_info": Object { "source": "route", }, } 11 | const transaction = await transactionPromise; 12 | > 13 | expect(transaction).toMatchObject({ | ^ 14 | contexts: { 15 | trace: { 16 | op: 'pageload', at /home/runner/work/_temp/test-application/tests/routing-instrumentation.test.ts:13:23
E2E react-router-7-framework-spa Test
Process completed with exit code 1.
[chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L68
2) [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance/with/sentry", }, 66 | const transaction = await txPromise; 67 | > 68 | expect(transaction).toMatchObject({ | ^ 69 | contexts: { 70 | trace: { 71 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:68:25
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L15
1) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance", }, 13 | const transaction = await txPromise; 14 | > 15 | expect(transaction).toMatchObject({ | ^ 16 | contexts: { 17 | trace: { 18 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:15:25
E2E astro-6-cf-workers Test
Process completed with exit code 1.
[chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id: ../../_temp/test-application/tests/tracing.dynamic.test.ts#L28
1) [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -13,11 +13,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "request": Any<Object>, "sdk": Object { "integrations": Any<Array>, "name": "sentry.javascript.astro", 26 | expect(clientPageloadParentSpanId).toEqual(serverPageloadSpanId); 27 | > 28 | expect(clientPageloadTxn).toMatchObject({ | ^ 29 | contexts: { 30 | trace: { 31 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/tracing.dynamic.test.ts:28:31
E2E astro-5 Test
Process completed with exit code 1.
[chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id: ../../_temp/test-application/tests/tracing.dynamic.test.ts#L28
1) [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -13,11 +13,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "request": Any<Object>, "sdk": Object { "integrations": Any<Array>, "name": "sentry.javascript.astro", 26 | expect(clientPageloadParentSpanId).toEqual(serverPageloadSpanId); 27 | > 28 | expect(clientPageloadTxn).toMatchObject({ | ^ 29 | contexts: { 30 | trace: { 31 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/tracing.dynamic.test.ts:28:31
E2E react-router-7-framework-custom Test
Process completed with exit code 1.
[chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L68
2) [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance/with/sentry", }, 66 | const transaction = await txPromise; 67 | > 68 | expect(transaction).toMatchObject({ | ^ 69 | contexts: { 70 | trace: { 71 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:68:25
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L15
1) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance", }, 13 | const transaction = await txPromise; 14 | > 15 | expect(transaction).toMatchObject({ | ^ 16 | contexts: { 17 | trace: { 18 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:15:25
E2E react-create-browser-router Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction: ../../_temp/test-application/tests/transactions.test.ts#L23
1) [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ───────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 7 + Received + 14 - ObjectContaining { - "data": ObjectContaining { - "deviceMemory": Any<String>, - "effectiveConnectionType": Any<String>, - "hardwareConcurrency": Any<String>, + Object { + "data": Object { + "browser.performance.navigation.activation_start": 0, + "browser.performance.time_origin": 1777321414.0128999, + "browser.web_vital.fcp.value": 128, + "browser.web_vital.fp.value": 128, + "browser.web_vital.ttfb.request_time": 1.3999999999941792, + "browser.web_vital.ttfb.value": 2.2999999999883585, + "device.memory.estimated_capacity": 8, + "device.processor_count": 4, + "network.connection.effective_type": "4g", + "network.connection.rtt": 0, "sentry.idle_span_finish_reason": "idleTimeout", "sentry.op": "pageload", "sentry.origin": "auto.pageload.react.reactrouter_v6", "sentry.sample_rate": 1, "sentry.source": "route", }, "op": "pageload", "origin": "auto.pageload.react.reactrouter_v6", - "span_id": StringMatching /[a-f0-9]{16}/, + "span_id": "9764a4282bb3e4aa", "status": "ok", - "trace_id": StringMatching /[a-f0-9]{32}/, + "trace_id": "223b2a3119f249f89da8c4c455649853", } 21 | ); 22 | > 23 | expect(transactionEvent.contexts?.trace).toEqual( | ^ 24 | expect.objectContaining({ 25 | data: expect.objectContaining({ 26 | deviceMemory: expect.any(String), at /home/runner/work/_temp/test-application/tests/transactions.test.ts:23:44
Node (18) Unit Tests
Process completed with exit code 1.
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > falls back to `window.location.pathname` to determine the raw origin: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:302:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > starts a navigation transaction if the raw navigation origin and destination are not equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:263:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > doesn't start a navigation span if the raw navigation origin and destination are equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:244:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a navigation span when `startTransactionOnLocationChange` is true: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:191:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a navigation span when `instrumentNavigation` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:171:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > updates the current scope's transactionName once it's resolved during pageload: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:153:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a pageload span if `instrumentPageLoad` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:136:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a pageload span when it's called with default params: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:107:17
E2E astro-4 Test
Process completed with exit code 1.
[chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id: ../../_temp/test-application/tests/tracing.dynamic.test.ts#L28
1) [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -13,11 +13,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "request": Any<Object>, "sdk": Object { "integrations": Any<Array>, "name": "sentry.javascript.astro", 26 | expect(clientPageloadParentSpanId).toEqual(serverPageloadSpanId); 27 | > 28 | expect(clientPageloadTxn).toMatchObject({ | ^ 29 | contexts: { 30 | trace: { 31 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/tracing.dynamic.test.ts:28:31
E2E solid-tanstack-router Test
Process completed with exit code 1.
[chromium] › tests/routing-instrumentation.test.ts:74:1 › sends pageload transaction with web vitals measurements: ../../_temp/test-application/tests/routing-instrumentation.test.ts#L83
1) [chromium] › tests/routing-instrumentation.test.ts:74:1 › sends pageload transaction with web vitals measurements Error: expect(received).toMatchObject(expected) - Expected - 18 + Received + 0 @@ -3,28 +3,10 @@ "trace": Object { "op": "pageload", "origin": "auto.pageload.solid.tanstack_router", }, }, - "measurements": ObjectContaining { - "fcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "fp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "lcp": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - "ttfb": ObjectContaining { - "unit": "millisecond", - "value": Any<Number>, - }, - }, "transaction": "/", "transaction_info": Object { "source": "route", }, } 81 | const transaction = await transactionPromise; 82 | > 83 | expect(transaction).toMatchObject({ | ^ 84 | contexts: { 85 | trace: { 86 | op: 'pageload', at /home/runner/work/_temp/test-application/tests/routing-instrumentation.test.ts:83:23
E2E astro-6 Test
Process completed with exit code 1.
[chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id: ../../_temp/test-application/tests/tracing.dynamic.test.ts#L28
1) [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -13,11 +13,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "request": Any<Object>, "sdk": Object { "integrations": Any<Array>, "name": "sentry.javascript.astro", 26 | expect(clientPageloadParentSpanId).toEqual(serverPageloadSpanId); 27 | > 28 | expect(clientPageloadTxn).toMatchObject({ | ^ 29 | contexts: { 30 | trace: { 31 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/tracing.dynamic.test.ts:28:31
E2E react-router-7-framework-node-20-18 Test
Process completed with exit code 1.
[chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L68
2) [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance/with/sentry", }, 66 | const transaction = await txPromise; 67 | > 68 | expect(transaction).toMatchObject({ | ^ 69 | contexts: { 70 | trace: { 71 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:68:25
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L15
1) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance", }, 13 | const transaction = await txPromise; 14 | > 15 | expect(transaction).toMatchObject({ | ^ 16 | contexts: { 17 | trace: { 18 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:15:25
E2E react-router-7-framework (latest) Test
Process completed with exit code 1.
[chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L68
2) [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance/with/sentry", }, 66 | const transaction = await txPromise; 67 | > 68 | expect(transaction).toMatchObject({ | ^ 69 | contexts: { 70 | trace: { 71 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:68:25
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L15
1) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance", }, 13 | const transaction = await txPromise; 14 | > 15 | expect(transaction).toMatchObject({ | ^ 16 | contexts: { 17 | trace: { 18 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:15:25
E2E react-router-7-framework-spa-node-20-18 Test
Process completed with exit code 1.
[chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L68
2) [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance/with/sentry", }, 66 | const transaction = await txPromise; 67 | > 68 | expect(transaction).toMatchObject({ | ^ 69 | contexts: { 70 | trace: { 71 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:68:25
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L15
1) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance", }, 13 | const transaction = await txPromise; 14 | > 15 | expect(transaction).toMatchObject({ | ^ 16 | contexts: { 17 | trace: { 18 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:15:25
E2E react-router-7-spa (TS 3.8) Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:58:5 › sends an INP span: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ────────────────────────────── Test timeout of 30000ms exceeded.
E2E react-router-7-framework Test
Process completed with exit code 1.
[chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L68
2) [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance/with/sentry", }, 66 | const transaction = await txPromise; 67 | > 68 | expect(transaction).toMatchObject({ | ^ 69 | contexts: { 70 | trace: { 71 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:68:25
[chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L15
1) [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -12,11 +12,10 @@ "trace_id": Any<String>, }, }, "environment": "qa", "event_id": Any<String>, - "measurements": Any<Object>, "platform": "javascript", "request": Object { "headers": Any<Object>, "url": StringContaining "/performance", }, 13 | const transaction = await txPromise; 14 | > 15 | expect(transaction).toMatchObject({ | ^ 16 | contexts: { 17 | trace: { 18 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:15:25
E2E effect-3-browser Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:4:5 › captures a pageload transaction: ../../_temp/test-application/tests/transactions.test.ts#L13
1) [chromium] › tests/transactions.test.ts:4:5 › captures a pageload transaction ───────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -14,11 +14,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "release": "e2e-test", "request": Object { "headers": Object { "User-Agent": Any<String>, 11 | const pageLoadTransaction = await transactionPromise; 12 | > 13 | expect(pageLoadTransaction).toMatchObject({ | ^ 14 | contexts: { 15 | trace: { 16 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/transactions.test.ts:13:31
E2E react-create-hash-router Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:105:5 › Captures a navigation transaction: ../../_temp/test-application/tests/transactions.test.ts#L115
2) [chromium] › tests/transactions.test.ts:105:5 › Captures a navigation transaction ───────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 6 @@ -1,13 +1,15 @@ Object { - "data": ObjectContaining { - "deviceMemory": Any<String>, - "effectiveConnectionType": Any<String>, - "hardwareConcurrency": Any<String>, + "data": Object { + "device.memory.estimated_capacity": 8, + "device.processor_count": 4, + "network.connection.effective_type": "4g", + "network.connection.rtt": 0, "sentry.idle_span_finish_reason": "idleTimeout", "sentry.op": "navigation", "sentry.origin": "auto.navigation.react.reactrouter_v6", + "sentry.previous_trace": "71e84d982c9b48efb3b1bd2edfbd09ce-974ddf14fe34396d-1", "sentry.sample_rate": 1, "sentry.source": "route", }, "links": Array [ Object { 113 | 114 | const transactionEvent = await transactionEventPromise; > 115 | expect(transactionEvent.contexts?.trace).toEqual({ | ^ 116 | data: expect.objectContaining({ 117 | deviceMemory: expect.any(String), 118 | effectiveConnectionType: expect.any(String), at /home/runner/work/_temp/test-application/tests/transactions.test.ts:115:44
[chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction: ../../_temp/test-application/tests/transactions.test.ts#L12
1) [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ───────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 10 + Received + 10 @@ -1,17 +1,17 @@ Object { "data": Object { - "deviceMemory": Any<String>, - "effectiveConnectionType": Any<String>, - "hardwareConcurrency": Any<String>, - "lcp.element": Any<String>, - "lcp.id": Any<String>, - "lcp.loadTime": Any<Number>, - "lcp.renderTime": Any<Number>, - "lcp.size": Any<Number>, - "performance.activationStart": Any<Number>, - "performance.timeOrigin": Any<Number>, + "browser.performance.navigation.activation_start": 0, + "browser.performance.time_origin": 1777321420.1203, + "browser.web_vital.fcp.value": 136, + "browser.web_vital.fp.value": 136, + "browser.web_vital.ttfb.request_time": 1.2999999999883585, + "browser.web_vital.ttfb.value": 2.2999999999883585, + "device.memory.estimated_capacity": 8, + "device.processor_count": 4, + "network.connection.effective_type": "4g", + "network.connection.rtt": 0, "sentry.idle_span_finish_reason": "idleTimeout", "sentry.op": "pageload", "sentry.origin": "auto.pageload.react.reactrouter_v6", "sentry.sample_rate": 1, "sentry.source": "route", 10 | 11 | const transactionEvent = await transactionEventPromise; > 12 | expect(transactionEvent.contexts?.trace).toEqual({ | ^ 13 | data: { 14 | deviceMemory: expect.any(String), 15 | effectiveConnectionType: expect.any(String), at /home/runner/work/_temp/test-application/tests/transactions.test.ts:12:44
E2E react-17 Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:58:5 › sends an INP span: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ────────────────────────────── Test timeout of 30000ms exceeded.
E2E react-router-7-spa Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:58:5 › sends an INP span: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ────────────────────────────── Test timeout of 30000ms exceeded.
Node (24) Unit Tests
Process completed with exit code 1.
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > falls back to `window.location.pathname` to determine the raw origin: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:302:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > starts a navigation transaction if the raw navigation origin and destination are not equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:263:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > doesn't start a navigation span if the raw navigation origin and destination are equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:244:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a navigation span when `startTransactionOnLocationChange` is true: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:191:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a navigation span when `instrumentNavigation` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:171:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > updates the current scope's transactionName once it's resolved during pageload: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:153:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a pageload span if `instrumentPageLoad` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:136:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a pageload span when it's called with default params: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:107:17
Node (22) Unit Tests
Process completed with exit code 1.
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > falls back to `window.location.pathname` to determine the raw origin: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:302:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > starts a navigation transaction if the raw navigation origin and destination are not equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:263:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > doesn't start a navigation span if the raw navigation origin and destination are equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:244:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a navigation span when `startTransactionOnLocationChange` is true: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:191:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a navigation span when `instrumentNavigation` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:171:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > updates the current scope's transactionName once it's resolved during pageload: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:153:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a pageload span if `instrumentPageLoad` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:136:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a pageload span when it's called with default params: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:107:17
Node (20) Unit Tests
Process completed with exit code 1.
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > falls back to `window.location.pathname` to determine the raw origin: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:302:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > starts a navigation transaction if the raw navigation origin and destination are not equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:263:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > handling same origin and destination navigations > doesn't start a navigation span if the raw navigation origin and destination are equal: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:244:19
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a navigation span when `startTransactionOnLocationChange` is true: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:191:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a navigation span when `instrumentNavigation` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:171:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > updates the current scope's transactionName once it's resolved during pageload: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:153:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > doesn't start a pageload span if `instrumentPageLoad` is false: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:136:17
test/client/browserTracingIntegration.test.ts > browserTracingIntegration > starts a pageload span when it's called with default params: packages/sveltekit/src/client/browserTracingIntegration.ts#L30
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/client/browserTracingIntegration.ts:30:19 ❯ test/client/browserTracingIntegration.test.ts:107:17
E2E effect-4-browser Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:4:5 › captures a pageload transaction: ../../_temp/test-application/tests/transactions.test.ts#L13
1) [chromium] › tests/transactions.test.ts:4:5 › captures a pageload transaction ───────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 0 @@ -14,11 +14,10 @@ "trace_id": StringMatching /[a-f0-9]{32}/, }, }, "environment": "qa", "event_id": StringMatching /[a-f0-9]{32}/, - "measurements": Any<Object>, "platform": "javascript", "release": "e2e-test", "request": Object { "headers": Object { "User-Agent": Any<String>, 11 | const pageLoadTransaction = await transactionPromise; 12 | > 13 | expect(pageLoadTransaction).toMatchObject({ | ^ 14 | contexts: { 15 | trace: { 16 | data: expect.objectContaining({ at /home/runner/work/_temp/test-application/tests/transactions.test.ts:13:31
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Error: page.waitForTimeout: Test timeout of 30000ms exceeded. 11 | 12 | await page.goto('/'); > 13 | await page.waitForTimeout(500); | ^ 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | 16 | const orpcError = await orpcErrorPromise; at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13:14
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
Browser Unit Tests
Process completed with exit code 1.
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > updates navigation span on redirect using onResolved: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:216:17
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > skips navigation span creation when state is the same: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:187:17
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > creates navigation spans with correct attributes: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:148:17
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > does not subscribe to navigation events when instrumentNavigation is false: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:136:17
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > subscribes to router navigation events when instrumentNavigation is true: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:126:17
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > does not instrument pageload when instrumentPageLoad is false: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:116:17
test/tanstackrouter.test.ts > tanstackRouterBrowserTracingIntegration > instruments pageload on setup: packages/vue/src/tanstackrouter.ts#L40
TypeError: client.getIntegrationByName is not a function ❯ Object.afterAllSetup ../browser/src/tracing/browserTracingIntegration.ts:642:114 ❯ Object.afterAllSetup src/tanstackrouter.ts:40:41 ❯ test/tanstackrouter.test.ts:88:17
E2E react-router-6 Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:58:5 › sends an INP span: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ────────────────────────────── Test timeout of 30000ms exceeded.
E2E react-router-6 (TS 3.8) Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:58:5 › sends an INP span: ../../_temp/test-application/tests/transactions.test.ts#L0
1) [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
Playwright esm (2/4) Tests
Process completed with exit code 1.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "2e61c74fb5034fdf9eeb85051bc927bf", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "1fa9a3bf6a644879a95b965d30951094", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/tracing/metrics/web-vitals-ttfb/test.ts:6:11 › should capture TTFB vital.: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-ttfb/test.ts#L14
7) [webkit] › suites/tracing/metrics/web-vitals-ttfb/test.ts:6:11 › should capture TTFB vital. ─── Error: expect(received).toBeDefined() Received: undefined 12 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url); 13 | > 14 | expect(eventData.measurements).toBeDefined(); | ^ 15 | 16 | // If responseStart === 0, ttfb is not reported 17 | // This seems to happen somewhat randomly, so we just ignore this in that case at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-ttfb/test.ts:14:34
[webkit] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital.: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-fp-fcp/test.ts#L33
6) [webkit] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. ─ Error: expect(received).toBeDefined() Received: undefined 31 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url); 32 | > 33 | expect(eventData.measurements).toBeDefined(); | ^ 34 | expect(eventData.measurements?.fcp?.value).toBeDefined(); 35 | 36 | const fcpSpan = eventData.spans?.filter(({ description }) => description === 'first-contentful-paint')[0]; at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-fp-fcp/test.ts:33:34
[webkit] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts#L77
5) [webkit] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes Error: expect(received).toBeDefined() Received: undefined 75 | const transactionStartTimestamp = eventData.start_timestamp; 76 | > 77 | expect(timeOriginAttribute).toBeDefined(); | ^ 78 | expect(transactionStartTimestamp).toBeDefined(); 79 | 80 | const delta = Math.abs(transactionStartTimestamp! - timeOriginAttribute); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts:77:33
[webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[webkit] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [webkit] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[webkit] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [webkit] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "a709c4e2c8d5458d87325a8ca7915ff4", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "aee7b20b0430405dbcc6927bda528810", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s).: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/test.ts#L46
10) [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). Error: expect(received).toBeDefined() Received: undefined 44 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, `${url}#0.35`); 45 | > 46 | expect(eventData.measurements).toBeDefined(); | ^ 47 | expect(eventData.measurements?.cls?.value).toBeDefined(); 48 | 49 | // Flakey value dependent on timings -> we check for a range at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/test.ts:46:34
[chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s).: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/test.ts#L32
9) [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). Error: expect(received).toBeDefined() Received: undefined 30 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, `${url}#0.21`); 31 | > 32 | expect(eventData.measurements).toBeDefined(); | ^ 33 | expect(eventData.measurements?.cls?.value).toBeDefined(); 34 | 35 | // Flakey value dependent on timings -> we check for a range at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/test.ts:32:34
[chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s).: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/test.ts#L18
8) [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). Error: expect(received).toBeDefined() Received: undefined 16 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, `${url}#0.05`); 17 | > 18 | expect(eventData.measurements).toBeDefined(); | ^ 19 | expect(eventData.measurements?.cls?.value).toBeDefined(); 20 | 21 | // Flakey value dependent on timings -> we check for a range at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals-cls/test.ts:18:34
[chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts#L77
7) [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes Error: expect(received).toBeDefined() Received: undefined 75 | const transactionStartTimestamp = eventData.start_timestamp; 76 | > 77 | expect(timeOriginAttribute).toBeDefined(); | ^ 78 | expect(transactionStartTimestamp).toBeDefined(); 79 | 80 | const delta = Math.abs(transactionStartTimestamp! - timeOriginAttribute); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts:77:33
[chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB: dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts#L32
6) [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB Error: expect(received).toBeDefined() Received: undefined 30 | ]); 31 | > 32 | expect(eventData.measurements).toBeDefined(); | ^ 33 | 34 | const ttfbValue = eventData.measurements?.ttfb?.value; 35 | at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/web-vitals/test.ts:32:34
[chromium] › suites/tracing/metrics/handlers-lcp/test.ts:9:11 › should capture metrics for LCP instrumentation handlers: dev-packages/browser-integration-tests/suites/tracing/metrics/handlers-lcp/test.ts#L29
5) [chromium] › suites/tracing/metrics/handlers-lcp/test.ts:9:11 › should capture metrics for LCP instrumentation handlers Error: expect(received).toBeDefined() Received: undefined 27 | ]); 28 | > 29 | expect(eventData.measurements).toBeDefined(); | ^ 30 | expect(eventData.measurements?.lcp?.value).toBeDefined(); 31 | 32 | // This should be body > img, but it can be flakey as sometimes it will report at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/handlers-lcp/test.ts:29:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium.: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L73
4) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. Error: expect(received).toBeDefined() Received: undefined 71 | await session.detach(); 72 | > 73 | expect(eventData.measurements).toBeDefined(); | ^ 74 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(50); 75 | }, 76 | ); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:73:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium.: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L58
3) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. Error: expect(received).toBeDefined() Received: undefined 56 | await session.detach(); 57 | > 58 | expect(eventData.measurements).toBeDefined(); | ^ 59 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(100); 60 | }, 61 | ); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:58:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium.: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L43
2) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. Error: expect(received).toBeDefined() Received: undefined 41 | await session.detach(); 42 | > 43 | expect(eventData.measurements).toBeDefined(); | ^ 44 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(200); 45 | }, 46 | ); at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:43:36
[chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx: dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts#L29
1) [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx Error: expect(received).toBeDefined() Received: undefined 27 | const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url); 28 | > 29 | expect(eventData.measurements).toBeDefined(); | ^ 30 | expect(eventData.measurements?.['connection.rtt']?.value).toBe(0); 31 | }); 32 | at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/metrics/connection-rtt/test.ts:29:34
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "e3a0e107dadc4e74933b128b1d6abcfc", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "411420ddbacb4c1fa9c8a5bd5b0fbb3d", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "0e4b6ff75d854641be9248ed0947bc8e", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "70ee29b866a14373b1220992ffba43bf", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "13e3d3cc0d8c4fde8aaa23fed78cfaab", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "042313cc396a4d9c97c7abd746366c3d", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "c05b993af57943cdb6abcb86677e36a9", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "b760c93f44f74e1b8f33885b10bab9f8", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "a64f298b410444a297f68d57a4959817", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "afcc79eefcb74ab7adcd68f1cb897128", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "eb73fb27254a4d899b96856b48127d11", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "9397e730cd334e138107375c621df391", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
[chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts#L0
7) [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at waitForStreamedSpans (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:54:30) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:14:56
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts#L0
6) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation.: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts#L0
5) [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/spanUtils.ts#L13
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/spanUtils.ts:13 11 | callback?: (spanEnvelope: StreamedSpanEnvelope) => boolean, 12 | ): Promise<StreamedSpanEnvelope> { > 13 | const req = await page.waitForRequest(req => { | ^ 14 | const postData = req.postData(); 15 | if (!postData) { 16 | return false; at waitForStreamedSpanEnvelope (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/spanUtils.ts:13:26) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:26:66 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:25:47
[chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts#L0
4) [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence › Initial pageload Test timeout of 30000ms exceeded.
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/utils/helpers.ts#L239
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Error: page.waitForRequest: Test timeout of 30000ms exceeded. at ../utils/helpers.ts:239 237 | callback?: (event: TransactionEvent) => boolean, 238 | ): Promise<Request> { > 239 | return page.waitForRequest(req => { | ^ 240 | const postData = req.postData(); 241 | if (!postData) { 242 | return false; at waitForTransactionRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:239:15) at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:28:63 at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:27:55
[chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts#L0
3) [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone-mixed-transaction/test.ts#L0
2) [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree Test timeout of 30000ms exceeded.
[chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope: dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts#L26
1) [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 6 Object { + "event_id": "69450cf40eec47a6aa2c572ad90d259d", + "sdk": Object { + "name": "sentry.javascript.browser", + "version": "10.50.0", + }, "sent_at": Any<String>, "trace": Object { "environment": "production", "public_key": "public", "sample_rand": Any<String>, "sample_rate": "1", "sampled": "true", - "trace_id": undefined, + "trace_id": "de1a4c8155224ca8a9f7ec753ee55d67", "transaction": "standalone_segment_span", }, } 24 | const traceId = spanJson.trace_id; 25 | > 26 | expect(headers).toEqual({ | ^ 27 | sent_at: expect.any(String), 28 | trace: { 29 | environment: 'production', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/standalone/test.ts:26:19
All required jobs passed or were skipped
Process completed with exit code 1.
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. 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/
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. 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/
E2E nextjs-16-tunnel (webpack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cacheComponents Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-tunnel (turbopack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 (webpack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cf-workers (latest) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 (latest, webpack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cf-workers Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 (latest, turbopack) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16 Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E nextjs-16-cf-workers (canary) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E deno-streamed Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. 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/
E2E deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. 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/
E2E nextjs-16-tunnel Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
Node (22) Unit Tests
❌ Project coverage check failed: 64.65% (-0.64%) relative to base
Browser Unit Tests
❌ Patch coverage check failed: 63.79% < target 80%
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
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 passed (3.4s)
🎭 Playwright Run Summary
11 passed (2.5s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.0s)
🎭 Playwright Run Summary
3 passed (2.6s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.4s)
🎭 Playwright Run Summary
2 passed (4.0s)
🎭 Playwright Run Summary
10 passed (27.9s)
🎭 Playwright Run Summary
3 skipped 21 passed (18.2s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
20 passed (2.8s)
🎭 Playwright Run Summary
2 passed (2.2s)
🎭 Playwright Run Summary
20 passed (4.0s)
🎭 Playwright Run Summary
8 passed (2.3s)
🎭 Playwright Run Summary
3 passed (3.2s)
🎭 Playwright Run Summary
22 passed (8.5s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (2.6s)
🎭 Playwright Run Summary
3 passed (6.3s)
🎭 Playwright Run Summary
4 passed (4.0s)
🎭 Playwright Run Summary
15 passed (10.4s)
🎭 Playwright Run Summary
1 passed (5.3s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/performance.test.ts:4:5 › captures a pageload transaction ─────────────────── 3 passed (7.8s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
10 passed (10.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
1 passed (6.2s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
13 passed (12.3s)
🎭 Playwright Run Summary
23 passed (15.4s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.6s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
8 passed (7.2s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/routing-instrumentation.test.ts:38:1 › sends pageload transaction with web vitals measurements 2 passed (14.5s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
3 passed (3.5s)
🎭 Playwright Run Summary
5 passed (7.3s)
🎭 Playwright Run Summary
14 passed (4.8s)
🎭 Playwright Run Summary
7 passed (4.9s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
4 passed (2.3s)
🎭 Playwright Run Summary
10 passed (6.1s)
🎭 Playwright Run Summary
10 passed (6.0s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/routing-instrumentation.test.ts:4:1 › sends pageload transaction with web vitals measurements 2 passed (20.8s)
🎭 Playwright Run Summary
12 passed (7.3s)
🎭 Playwright Run Summary
4 passed (4.5s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
12 passed (8.2s)
🎭 Playwright Run Summary
9 passed (9.9s)
🎭 Playwright Run Summary
10 passed (26.6s)
🎭 Playwright Run Summary
3 passed (5.2s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes 5 passed (11.3s)
🎭 Playwright Run Summary
2 passed (5.5s)
🎭 Playwright Run Summary
5 passed (9.9s)
🎭 Playwright Run Summary
16 passed (23.2s)
🎭 Playwright Run Summary
5 passed (6.9s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id 8 passed (14.6s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
5 passed (20.7s)
🎭 Playwright Run Summary
9 passed (9.7s)
🎭 Playwright Run Summary
7 passed (6.3s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
13 passed (28.4s)
🎭 Playwright Run Summary
14 passed (25.9s)
🎭 Playwright Run Summary
24 passed (14.1s)
🎭 Playwright Run Summary
10 passed (5.2s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id 10 passed (16.1s)
🎭 Playwright Run Summary
8 passed (6.1s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
5 passed (18.8s)
🎭 Playwright Run Summary
16 passed (28.5s)
🎭 Playwright Run Summary
29 passed (30.5s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes 16 passed (20.0s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ────────────────── 4 passed (8.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.1s)
🎭 Playwright Run Summary
40 passed (20.8s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
12 passed (5.1s)
🎭 Playwright Run Summary
7 passed (12.2s)
🎭 Playwright Run Summary
13 passed (28.2s)
🎭 Playwright Run Summary
1 passed (1.8s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id 8 passed (13.6s)
🎭 Playwright Run Summary
11 passed (18.9s)
🎭 Playwright Run Summary
10 passed (26.5s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/routing-instrumentation.test.ts:74:1 › sends pageload transaction with web vitals measurements 2 passed (14.5s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/tracing.dynamic.test.ts:5:3 › tracing in dynamically rendered (ssr) routes › sends server and client pageload spans with the same trace id 10 passed (15.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.6s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes 16 passed (21.1s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
12 passed (28.7s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes 2 skipped 17 passed (25.6s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes 5 passed (10.0s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.6s)
🎭 Playwright Run Summary
12 passed (27.4s)
🎭 Playwright Run Summary
20 passed (3.5s)
🎭 Playwright Run Summary
3 passed (4.2s)
🎭 Playwright Run Summary
5 passed (8.8s)
🎭 Playwright Run Summary
4 passed (8.4s)
🎭 Playwright Run Summary
40 passed (19.3s)
🎭 Playwright Run Summary
4 passed (9.4s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.1s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ─────────────────────────────── 4 passed (37.1s)
🎭 Playwright Run Summary
1 skipped 12 passed (5.8s)
🎭 Playwright Run Summary
4 passed (8.3s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
5 passed (20.1s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/performance/pageload.client.test.ts:6:3 › client - pageload performance › should send pageload transaction [chromium] › tests/performance/pageload.client.test.ts:56:3 › client - pageload performance › should update pageload transaction for dynamic routes 2 skipped 17 passed (24.9s)
🎭 Playwright Run Summary
13 passed (25.9s)
🎭 Playwright Run Summary
9 passed (11.0s)
🎭 Playwright Run Summary
4 passed (12.4s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
9 passed (7.5s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:4:5 › captures a pageload transaction ────────────────── 9 passed (37.6s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/transactions.test.ts:4:5 › Captures a pageload transaction ────────────────── [chromium] › tests/transactions.test.ts:105:5 › Captures a navigation transaction ────────────── 13 passed (21.4s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ─────────────────────────────── 4 passed (37.2s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ─────────────────────────────── 4 passed (38.1s)
🎭 Playwright Run Summary
12 passed (19.3s)
🎭 Playwright Run Summary
4 passed (10.0s)
🎭 Playwright Run Summary
5 passed (22.4s)
🎭 Playwright Run Summary
3 skipped 27 passed (41.9s)
🎭 Playwright Run Summary
30 passed (12.1s)
🎭 Playwright Run Summary
12 skipped 1 passed (5.1s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:4:5 › captures a pageload transaction ────────────────── 9 passed (38.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (43.7s)
🎭 Playwright Run Summary
3 passed (8.4s)
🎭 Playwright Run Summary
8 passed (8.6s)
🎭 Playwright Run Summary
13 passed (50.6s)
🎭 Playwright Run Summary
13 passed (8.7s)
🎭 Playwright Run Summary
2 passed (25.9s)
🎭 Playwright Run Summary
13 passed (51.0s)
🎭 Playwright Run Summary
13 passed (8.9s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ─────────────────────────────── 7 passed (59.1s)
🎭 Playwright Run Summary
4 skipped 10 passed (25.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (7.2s)
🎭 Playwright Run Summary
4 passed (36.6s)
🎭 Playwright Run Summary
4 passed (7.5s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/transactions.test.ts:58:5 › sends an INP span ─────────────────────────────── 7 passed (59.4s)
🎭 Playwright Run Summary
5 passed (42.6s)
🎭 Playwright Run Summary
5 passed (11.2s)
🎭 Playwright Run Summary
4 passed (19.4s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
17 passed (57.2s)
🎭 Playwright Run Summary
13 passed (47.8s)
🎭 Playwright Run Summary
13 passed (8.7s)
🎭 Playwright Run Summary
4 skipped 10 passed (33.0s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.5s)
🎭 Playwright Run Summary
3 skipped 27 passed (40.3s)
🎭 Playwright Run Summary
30 passed (12.1s)
🎭 Playwright Run Summary
4 passed (19.1s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 skipped 10 passed (31.8s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.7s)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.5s)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ───────────── [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation 1 passed (38.9s)
🎭 Playwright Run Summary
3 passed (3.5s)
🎭 Playwright Run Summary
4 passed (17.3s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 23 passed (11.1s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.2s)
🎭 Playwright Run Summary
8 skipped 22 passed (11.3s)
🎭 Playwright Run Summary
5 skipped 25 passed (10.9s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.7s)
🎭 Playwright Run Summary
4 skipped 26 passed (19.1s)
🎭 Playwright Run Summary
15 passed (25.6s)
🎭 Playwright Run Summary
464 skipped 190 passed (35.9s)
🎭 Playwright Run Summary
463 skipped 191 passed (38.6s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
7 skipped 23 passed (8.7s)
🎭 Playwright Run Summary
459 skipped 195 passed (40.3s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.8s)
🎭 Playwright Run Summary
2 skipped 29 passed (1.7m)
🎭 Playwright Run Summary
2 skipped 29 passed (35.7s)
🎭 Playwright Run Summary
329 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
327 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
5 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
4 passed (23.4s)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree 3 skipped 159 passed (2.6m)
🎭 Playwright Run Summary
1 skipped 163 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 160 passed (3.7m)
🎭 Playwright Run Summary
7 failed [webkit] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [webkit] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [webkit] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [webkit] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [webkit] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [webkit] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. ── [webkit] › suites/tracing/metrics/web-vitals-ttfb/test.ts:6:11 › should capture TTFB vital. ──── 183 skipped 464 passed (4.2m)
🎭 Playwright Run Summary
21 failed [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/handlers-lcp/test.ts:9:11 › should capture metrics for LCP instrumentation handlers [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an INP click event span after pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-lcp/test.ts:7:11 › captures LCP vitals with element details [chromium] › suites/tracing/metrics/web-vitals-ttfb/test.ts:6:11 › should capture TTFB vital. ── 5 skipped 137 passed (4.5m)
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an
🎭 Playwright Run Summary
28 failed [chromium] › suites/public-api/startSpan/standalone/test.ts:10:11 › sends a segment span envelope [chromium] › suites/public-api/startSpan/standalone-mixed-transaction/test.ts:10:11 › sends a transaction and a span envelope if a standalone span is created as a child of an ongoing span tree [chromium] › suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/tracesSampler-precedence/test.ts:20:13 › When `consistentTraceSampling` is `true` › explicit sampling decisions in `tracesSampler` have precedence [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-animation-frame-before-navigation-streamed/test.ts:6:11 › doesn't capture long animation frame that starts before a navigation. [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/browserTracingIntegration/long-tasks-before-navigation-streamed/test.ts:6:11 › doesn't capture long task spans starting before a navigation in the navigation transaction [chromium] › suites/tracing/metrics/connection-rtt/test.ts:25:11 › should capture a `connection.rtt` metric. xxx [chromium] › suites/tracing/metrics/connection-rtt/test.ts:33:11 › should capture a `connection.rtt` metric with emulated value 200ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:48:11 › should capture a `connection.rtt` metric with emulated value 100ms on Chromium. [chromium] › suites/tracing/metrics/connection-rtt/test.ts:63:11 › should capture a `connection.rtt` metric with emulated value 50ms on Chromium. [chromium] › suites/tracing/metrics/web-vitals/test.ts:14:11 › paint web vitals values are greater than TTFB [chromium] › suites/tracing/metrics/web-vitals/test.ts:61:11 › captures time origin and navigation activationStart as span attributes [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:14:11 › should capture a "GOOD" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:28:11 › should capture a "MEH" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-cls/test.ts:42:11 › should capture a "POOR" CLS vital with its source(s). [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:6:11 › should capture FP vital. ── [chromium] › suites/tracing/metrics/web-vitals-fp-fcp/test.ts:25:11 › should capture FCP vital. [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:12:11 › should capture an INP click event span during pageload [chromium] › suites/tracing/metrics/web-vitals-inp/test.ts:91:11 › should choose the slowest interaction click event when INP is triggered. [chromium] › suites/tracing/metrics/web-vitals-inp-late/test.ts:12:11 › should capture an INP click event span after pageload [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:14:11 › should capture INP with correct target name when navigation keeps DOM element [chromium] › suites/tracing/metrics/web-vitals-inp-navigate/test.ts:95:11 › should capture INP with unknown target name when navigation removes element from DOM [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized/test.ts:11:11 › should capture an INP click event span during pageload for a parametrized transaction [chromium] › suites/tracing/metrics/web-vitals-inp-parametrized-late/test.ts:12:11 › should capture an

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
20 MB
sha256:a2babfee1d549277ee47a2bba840c3deb974ae19fa8bc6539dff319d7832ee24
build-layer-output Expired
1.72 MB
sha256:611bcff9c6ce7de5500c251faa887084ae7ccdec49e501eae90a9ba895974ca6
build-output Expired
10.4 MB
sha256:d6a091518b71a46f747c5ff9552de770a0d15d5268acc09c97932222d0421ca3
build-tarball-output Expired
4.96 MB
sha256:f377a083438ab801b282659be83d291d756a614ee09ed358a1b1a49115fdf085
codecov-coverage-results-feat-v11-web-vitals-integration-job_browser_unit_tests
83.9 KB
sha256:89b2032e3186bd553e488af00cfb472040bf10f6ddb59cdbadca1c434cc521a7
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-18
246 KB
sha256:3df1fdfc43332999417a3a78477569dfa1aae2f4355be6c136912fe1c4d1e12a
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-20
253 KB
sha256:bbfb2c2f1521efafde384b51b997382b59cfbeca56e9d75eb8ad4a030dd11f19
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-22
253 KB
sha256:5103b2875ea9f474448b20141c9bbd2ea241d6bcc3c67093bcf93a4ef0b1c106
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-24
253 KB
sha256:b12359787b5f8aad6e8ff8d90b75a766e71e18df7c124a4f08f22630fc64c01d
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:841147e9e3fef99d4675133490906744de45faa72f9f22e5bf23232027aa4931
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_debug
242 Bytes
sha256:2d24dcdd5d4f146b884522f48b98778344e1f57c3686b3f5c17ef627ef2b1eb6
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_eager
240 Bytes
sha256:56d9890b095ff4a0dcc88506a4dca81c19e3f7602e07b0cad18735ec20f2e497
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_replay
240 Bytes
sha256:e5b1ab92be5f93f3446e009865e79427c23a816acc80cbcfbaec0a7c83adeb8c
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_replay_buffer
240 Bytes
sha256:1dcc974bd71d70823975442668fed35109c8a1c0aafeb08abf68e36b80ea4e6b
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_tracing
240 Bytes
sha256:27c6175a45107b8b9ace59a604ea3a6773cb2e0d5b0822b88496e116f9d9037e
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_tracing_replay
241 Bytes
sha256:c6e1c88bb0df154f8df02b66177362b1fb60b447618f01a42bb4a6ad45b695b2
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle-chromium
242 Bytes
sha256:59bd8dbb256c9cf21ca01d37f868fab2ebd55f41b43cda3ec072bc1eaef0f30f
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
249 Bytes
sha256:a53976f14a47051a74f699d640e367bbaaef0d2b12e15b38274e17007272afc2
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
245 Bytes
sha256:a276ea23e139495aafbf44368025ef08e1b4d95ae208098433f02ec9f934240a
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
248 Bytes
sha256:588cd2ba2c6f8f44652ab4417caa313b68fb6bed008c84dabe972325443829db
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
243 Bytes
sha256:2fecbb37522e4eed8a7ae5a184e8c26a7ceba0fa79d979a4203a66ff90420394
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
4.56 KB
sha256:6774f22211306585397ee324023c3ea258d2ae77ea5ec7fb26845ec34d395c0a
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
4.55 KB
sha256:b30f43ac2b41168cadc0676d2c64a7bc673ea12d5ad1ce2aae9692d54b334143
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
4.55 KB
sha256:3f07eeda6c52e701981a114cefc8f5a94ded6d67396e17e934112c2686599274
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
4.55 KB
sha256:c9b740d3291f2534c588c9a33759307c40ade883abb6af90c1a84144d64c6716
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
4.56 KB
sha256:66e08da10b6003d2df885a675cee8ce9ad30a02d6a43e64dae9bb42002097a67
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
4.55 KB
sha256:6053e3d336e51c62c61df5f2d789d5b31b2353fb7c73d47121fe09aa646d259d
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
232 Bytes
sha256:cefd353561971ce2d7b5d17fadaf8637e653c34b9afd39ef2262e551578f0fc3
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
2.4 KB
sha256:3bdfd753b22fde717931cbefeed75aed80e77609f01555eab59d4817e837dbee
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
4.56 KB
sha256:6f48f104efe9fbda2a365c277bfb80746497729aac19adf778ac9338e0fb4ee4
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-1
243 Bytes
sha256:3f204861b40b23f4b82cbbc5b1214c2bde3e7c497cbf8a6296ddf8713ad070b5
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-2
1.15 KB
sha256:12741902bccd8da13214202ac8167e2d3ae6a64e4ff92cbf3584ebb68a5a01d1
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-3
243 Bytes
sha256:78a20f1e389e1652f78cc9126df0ab0314e68660dea1b0b80ef38341dd6d7363
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-4
3.26 KB
sha256:23f598c706f110e4cc7de46a2ac61f00832a1e37e0113d8600125d30570744be
codecov-test-results-feat-v11-web-vitals-integration-job_browser_unit_tests
812 Bytes
sha256:4e9a1f40a2685941e70422eb82fa920b69f55061b5ba5fed5ae7ede6005a1c18
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-18
929 Bytes
sha256:90c3a077f5064ea4491bda38b43e0709208af59c044a36c51c04b078586a1bbe
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-20
927 Bytes
sha256:85d9119111619cea16c54bcad90de28cd8190d318b60c3e7e7ca368cef54e037
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-22
928 Bytes
sha256:c31e495c6a3dd74686511986af82df4ba8f04c52e62287f03555225ef48fc4d2
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-24
929 Bytes
sha256:c93dbe635625b91238915c41ef1a9adc09601cf6f232b3e69fc5baf8e20a95e8
playwright-traces-job_browser_playwright_tests-bundle_tracing-chromium-0 Expired
14.4 MB
sha256:b7d3edf20a1a073dfb50ca650e82848f616a2157116b7e7385b82e7c558c63af
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
14.8 MB
sha256:97199a5226d77ffd707a403e6cf0ae623e9c4ea3e48c7b7cd643a5e9272bae7c
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay-chromium-0 Expired
21 MB
sha256:3fdded4313902aa24dc6bbb78a613351bf49f5a65c175b71da37860658181627
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0 Expired
21.6 MB
sha256:49eaccb64120c0e5d341d057e44a0482b874e4016240608802eb1d7824143512
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
22 MB
sha256:25b187e423886d22d788fdff09bf3cc32742d9a60aa7664e3fece4254f7c27ff
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
8.04 MB
sha256:576db1be4e9da50f981c510b7378c98fcb712f85ac20169f0423e2c13a939397
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
1.93 MB
sha256:3078c5ce8f9d18e3357b6e88689041c6e46d2672a72f3217cbfb27169bf835d2
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
21.3 MB
sha256:2e5769c651b60ff6dd10f88081169805ae66f36b997c2c31bfcc3accfaf1fcd4
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
2.36 MB
sha256:1957be1461ed2754d211ae8fa2703c75efaee866bfe765b49888953b71cd6d16
playwright-traces-job_browser_playwright_tests-esm-chromium-4 Expired
25.2 MB
sha256:3d5a384b991cb95b7058537b0f09d955f540abe6ac1c250a524fa66a2d9f41d0
playwright-traces-job_e2e_playwright_tests-astro-4 Expired
14.7 KB
sha256:360622e98bf195e1e6292ea3202478263231c999415b62fcec15785e0617b490
playwright-traces-job_e2e_playwright_tests-astro-5 Expired
14.5 KB
sha256:e078185397f2bd7b0bc13ab853fcfd85935ebd83d95706b95abd6dcd629ea609
playwright-traces-job_e2e_playwright_tests-astro-6 Expired
16.3 KB
sha256:8814a2b5e87e77aa57cf605be0d29cec3d834b105addff956668edbd73ce13c7
playwright-traces-job_e2e_playwright_tests-astro-6-cf-workers Expired
16 KB
sha256:84a72678cdb47e6ed9ae413c7b0d8f953e4c5333934c2623d508a06516740d3b
playwright-traces-job_e2e_playwright_tests-default-browser Expired
12.4 KB
sha256:a545db196e0472f596a3d85df51d0660a620536de329aa6f02b1f0552fafc509
playwright-traces-job_e2e_playwright_tests-effect-3-browser Expired
25.3 KB
sha256:3830f756e37b2ef55f79a72e3a1bcc7611ea10688d8d17291442dd00029eb530
playwright-traces-job_e2e_playwright_tests-effect-4-browser Expired
25.2 KB
sha256:1da442caf6c2698e568bf2e5b2f8f7b0d2c7c75c3a204ce650665e70037dd7e3
playwright-traces-job_e2e_playwright_tests-react-17 Expired
24.2 KB
sha256:74cfe0c1eb90eb04a70c3f46b5cb2b14bc235830cf67e4da0d2d96d0eb41ecf8
playwright-traces-job_e2e_playwright_tests-react-create-browser-router Expired
12.9 KB
sha256:0f76b8e4e121f172ef5d7100045b88a70e76aee027ce73cad735d853faf67b5d
playwright-traces-job_e2e_playwright_tests-react-create-hash-router Expired
35.4 KB
sha256:4c7882be99ae21be6c6c8aa250afabdc019e3df1c511da256e66e063c0b91a1b
playwright-traces-job_e2e_playwright_tests-react-router-6 Expired
23.6 KB
sha256:381e5de229faa9b3fe4f9c4901347e0ea7af23c14fa6c0959c7d9c7d6dc7d7a4
playwright-traces-job_e2e_playwright_tests-react-router-7-framework Expired
41.5 KB
sha256:6f1eeed5cb2e2d2d17fefad363cdc77f3196794627b2bb24611d3ce907e15888
playwright-traces-job_e2e_playwright_tests-react-router-7-framework-custom Expired
39.3 KB
sha256:90fa27b759ed36b690545e42b6e9eb2f23bad3d26fec8b2d017afa07496c2e43
playwright-traces-job_e2e_playwright_tests-react-router-7-framework-node-20-18 Expired
39.2 KB
sha256:76d4d20a99649bae6f37ee8a5c18c8e1c399c31a0ac0a823f25736de45fbef14
playwright-traces-job_e2e_playwright_tests-react-router-7-framework-spa Expired
39.2 KB
sha256:331a13aafa476733130f91f2a2922f452e6c14de4a4fd4f33ee85ed674798453
playwright-traces-job_e2e_playwright_tests-react-router-7-framework-spa-node-20-18 Expired
39.3 KB
sha256:dfbc1e83e96dbe93fc758f874c327316ad13cf1b77f9cee0a13b3848ce7b484e
playwright-traces-job_e2e_playwright_tests-react-router-7-spa Expired
23 KB
sha256:c3cee35cfd963dee3c5590e309c8dba49cec11933f2f241b0e7081104092dcdf
playwright-traces-job_e2e_playwright_tests-solid-tanstack-router Expired
206 KB
sha256:fb5b991ea93045dc728bb9a12d20fdca837a5d6c17391973836a5ef06dc83aad
playwright-traces-job_e2e_playwright_tests-tanstack-router Expired
12.7 KB
sha256:2defdc0eb64a3e9fe76556646e9c6a2938a3c28d05f7d4fa8b89cd4d178483fa
playwright-traces-job_e2e_playwright_tests-vue-tanstack-router Expired
19.2 KB
sha256:c59587261cc02d30a2631629f3d626e68baa259c688e86738207b59bbaa47b32