feat(browser)!: Exploring deprecating standalone spans (v11 web vitals integration) #46677
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
6s
Check PR branches
3s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 4s
Circular Dependency Check
1m 42s
Browser Unit Tests
4m 27s
Bun Unit Tests
40s
Deno Unit Tests
1m 1s
Cloudflare Integration Tests
1m 51s
Bun Integration Tests
1m 9s
Check for faulty .d.ts files
36s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
Annotations
45 errors, 20 warnings, and 217 notices
|
E2E cloudflare-workersentrypoint Test
Process completed with exit code 1.
|
|
E2E hono-4 (node) Test
Process completed with exit code 1.
|
|
E2E cloudflare-workers Test
Process completed with exit code 1.
|
|
E2E cloudflare-local-workers Test
Process completed with exit code 1.
|
|
E2E hono-4 (bun) Test
Process completed with exit code 1.
|
|
E2E hono-4 Test
Process completed with exit code 1.
|
|
E2E cloudflare-mcp-agent Test
Process completed with exit code 1.
|
|
E2E cloudflare-mcp Test
Process completed with exit code 1.
|
|
E2E astro-5-cf-workers Test
Process completed with exit code 1.
|
|
E2E astro-5-cf-workers Test
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
E2E nextjs-16-cf-workers (latest) Test
Process completed with exit code 1.
|
|
E2E nextjs-16-cf-workers (latest) Test
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
E2E nextjs-16-cf-workers (canary) Test (optional)
Process completed with exit code 1.
|
|
E2E nextjs-16-cf-workers (canary) Test (optional)
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
E2E nextjs-16-cf-workers Test
Process completed with exit code 1.
|
|
E2E nextjs-16-cf-workers Test
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
[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.
|
|
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error:
../../_temp/test-application/tests/orpc-error.test.ts#L12
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ─────────────
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:3030/", waiting until "load"
10 | });
11 |
> 12 | await page.goto('/');
| ^
13 | await page.waitForTimeout(500);
14 | await page.getByRole('link', { name: 'Error' }).click();
15 |
at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:12: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.
|
|
Playwright bundle_tracing Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright esm (3/4) Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright bundle_tracing_replay Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright bundle_tracing_replay_feedback Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Process completed with exit code 1.
|
|
[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#L51
2) [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 › Custom trace is sampled negatively (explicitly in tracesSampler)
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "span",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
49 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
50 |
> 51 | expect(clientReport).toEqual({
| ^
52 | timestamp: expect.any(Number),
53 | discarded_events: [
54 | {
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:51:28
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:41:5
|
|
[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#L53
1) [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: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"discarded_events": Array [
Object {
"category": "transaction",
- "quantity": 1,
+ "quantity": 2,
"reason": "sample_rate",
},
],
"timestamp": Any<Number>,
}
51 | const clientReport = envelopeRequestParser<ClientReport>(await clientReportPromise);
52 |
> 53 | expect(clientReport).toEqual({
| ^
54 | timestamp: expect.any(Number),
55 | discarded_events: [
56 | {
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:53:28
at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/tracesSampler-precedence/test.ts:43:5
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
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/[email protected]. 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 cloudflare-workersentrypoint Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E hono-4 (node) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E cloudflare-workers Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E cloudflare-local-workers Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E hono-4 (bun) Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E hono-4 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/[email protected]. 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 cloudflare-mcp-agent Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E cloudflare-mcp Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
|
|
E2E astro-5-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 deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/[email protected]. 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/
|
|
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 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 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/
|
|
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.
|
|
Browser Unit Tests
❌ Patch coverage check failed: 63.79% < target 80%
|
|
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
2 passed (2.2s)
|
|
🎭 Playwright Run Summary
5 passed (7.3s)
|
|
🎭 Playwright Run Summary
3 passed (2.6s)
|
|
🎭 Playwright Run Summary
3 passed (3.4s)
|
|
🎭 Playwright Run Summary
3 passed (6.1s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
1 skipped
4 passed (7.0s)
|
|
🎭 Playwright Run Summary
3 passed (5.2s)
|
|
🎭 Playwright Run Summary
1 passed (3.4s)
|
|
🎭 Playwright Run Summary
4 passed (2.2s)
|
|
🎭 Playwright Run Summary
11 passed (2.6s)
|
|
🎭 Playwright Run Summary
9 passed (8.7s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.9s)
|
|
🎭 Playwright Run Summary
2 passed (3.3s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
3 passed (7.1s)
|
|
🎭 Playwright Run Summary
3 passed (3.3s)
|
|
🎭 Playwright Run Summary
14 passed (4.6s)
|
|
🎭 Playwright Run Summary
3 passed (3.9s)
|
|
🎭 Playwright Run Summary
12 passed (5.5s)
|
|
🎭 Playwright Run Summary
3 passed (2.5s)
|
|
🎭 Playwright Run Summary
4 passed (5.1s)
|
|
🎭 Playwright Run Summary
3 passed (4.7s)
|
|
🎭 Playwright Run Summary
10 passed (10.3s)
|
|
🎭 Playwright Run Summary
8 passed (3.4s)
|
|
🎭 Playwright Run Summary
4 passed (6.9s)
|
|
🎭 Playwright Run Summary
3 passed (2.5s)
|
|
🎭 Playwright Run Summary
10 passed (5.1s)
|
|
🎭 Playwright Run Summary
10 passed (5.3s)
|
|
🎭 Playwright Run Summary
11 passed (5.2s)
|
|
🎭 Playwright Run Summary
11 passed (5.6s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (2.0s)
|
|
🎭 Playwright Run Summary
7 passed (11.3s)
|
|
🎭 Playwright Run Summary
3 passed (3.3s)
|
|
🎭 Playwright Run Summary
1 passed (1.8s)
|
|
🎭 Playwright Run Summary
3 passed (13.6s)
|
|
🎭 Playwright Run Summary
1 passed (6.1s)
|
|
🎭 Playwright Run Summary
12 passed (5.5s)
|
|
🎭 Playwright Run Summary
22 passed (10.5s)
|
|
🎭 Playwright Run Summary
3 passed (2.8s)
|
|
🎭 Playwright Run Summary
1 passed (4.4s)
|
|
🎭 Playwright Run Summary
11 passed (14.5s)
|
|
🎭 Playwright Run Summary
1 skipped
4 passed (7.1s)
|
|
🎭 Playwright Run Summary
2 passed (4.1s)
|
|
🎭 Playwright Run Summary
23 passed (15.7s)
|
|
🎭 Playwright Run Summary
2 passed (4.4s)
|
|
🎭 Playwright Run Summary
1 passed (5.6s)
|
|
🎭 Playwright Run Summary
13 passed (12.4s)
|
|
🎭 Playwright Run Summary
5 passed (8.6s)
|
|
🎭 Playwright Run Summary
9 passed (10.3s)
|
|
🎭 Playwright Run Summary
1 passed (4.3s)
|
|
🎭 Playwright Run Summary
10 passed (26.6s)
|
|
🎭 Playwright Run Summary
5 passed (18.4s)
|
|
🎭 Playwright Run Summary
7 passed (22.9s)
|
|
🎭 Playwright Run Summary
7 passed (8.4s)
|
|
🎭 Playwright Run Summary
4 passed (2.9s)
|
|
🎭 Playwright Run Summary
18 passed (17.8s)
|
|
🎭 Playwright Run Summary
8 passed (6.3s)
|
|
🎭 Playwright Run Summary
24 passed (15.3s)
|
|
🎭 Playwright Run Summary
12 passed (9.2s)
|
|
🎭 Playwright Run Summary
11 passed (14.1s)
|
|
🎭 Playwright Run Summary
16 passed (28.5s)
|
|
🎭 Playwright Run Summary
16 passed (24.5s)
|
|
🎭 Playwright Run Summary
3 passed (5.8s)
|
|
🎭 Playwright Run Summary
15 passed (10.4s)
|
|
🎭 Playwright Run Summary
3 passed (14.6s)
|
|
🎭 Playwright Run Summary
8 passed (6.5s)
|
|
🎭 Playwright Run Summary
10 passed (26.4s)
|
|
🎭 Playwright Run Summary
29 passed (28.4s)
|
|
🎭 Playwright Run Summary
4 passed (7.2s)
|
|
🎭 Playwright Run Summary
5 passed (8.6s)
|
|
🎭 Playwright Run Summary
9 passed (9.2s)
|
|
🎭 Playwright Run Summary
13 passed (28.3s)
|
|
🎭 Playwright Run Summary
13 passed (28.3s)
|
|
🎭 Playwright Run Summary
7 passed (6.2s)
|
|
🎭 Playwright Run Summary
9 passed (10.6s)
|
|
🎭 Playwright Run Summary
9 passed (10.7s)
|
|
🎭 Playwright Run Summary
7 passed (8.7s)
|
|
🎭 Playwright Run Summary
13 passed (26.2s)
|
|
🎭 Playwright Run Summary
4 passed (1.9s)
|
|
🎭 Playwright Run Summary
9 passed (10.8s)
|
|
🎭 Playwright Run Summary
9 passed (10.9s)
|
|
🎭 Playwright Run Summary
12 passed (27.5s)
|
|
🎭 Playwright Run Summary
5 passed (8.3s)
|
|
🎭 Playwright Run Summary
5 passed (9.4s)
|
|
🎭 Playwright Run Summary
11 passed (4.9s)
|
|
🎭 Playwright Run Summary
11 passed (5.2s)
|
|
🎭 Playwright Run Summary
3 skipped
21 passed (19.5s)
|
|
🎭 Playwright Run Summary
12 passed (6.9s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.6s)
|
|
🎭 Playwright Run Summary
7 passed (30.3s)
|
|
🎭 Playwright Run Summary
3 passed (18.6s)
|
|
🎭 Playwright Run Summary
12 passed (27.5s)
|
|
🎭 Playwright Run Summary
2 skipped
20 passed (27.8s)
|
|
🎭 Playwright Run Summary
7 passed (32.3s)
|
|
🎭 Playwright Run Summary
18 passed (19.5s)
|
|
🎭 Playwright Run Summary
3 passed (17.6s)
|
|
🎭 Playwright Run Summary
3 passed (10.6s)
|
|
🎭 Playwright Run Summary
4 passed (10.2s)
|
|
🎭 Playwright Run Summary
4 passed (7.1s)
|
|
🎭 Playwright Run Summary
1 skipped
4 passed (8.9s)
|
|
🎭 Playwright Run Summary
9 passed (10.1s)
|
|
🎭 Playwright Run Summary
40 passed (20.8s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (12.1s)
|
|
🎭 Playwright Run Summary
12 passed (27.7s)
|
|
🎭 Playwright Run Summary
3 passed (18.1s)
|
|
🎭 Playwright Run Summary
3 passed (9.4s)
|
|
🎭 Playwright Run Summary
8 passed (10.1s)
|
|
🎭 Playwright Run Summary
2 passed (22.4s)
|
|
🎭 Playwright Run Summary
4 passed (11.2s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (4.7s)
|
|
🎭 Playwright Run Summary
15 passed (19.7s)
|
|
🎭 Playwright Run Summary
10 passed (36.5s)
|
|
🎭 Playwright Run Summary
4 passed (10.2s)
|
|
🎭 Playwright Run Summary
1 skipped
12 passed (6.2s)
|
|
🎭 Playwright Run Summary
1 skipped
7 passed (28.0s)
|
|
🎭 Playwright Run Summary
2 skipped
20 passed (25.4s)
|
|
🎭 Playwright Run Summary
40 passed (18.7s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (3.6s)
|
|
🎭 Playwright Run Summary
10 passed (27.8s)
|
|
🎭 Playwright Run Summary
4 passed (3.2s)
|
|
🎭 Playwright Run Summary
1 skipped
7 passed (28.0s)
|
|
🎭 Playwright Run Summary
11 passed (19.5s)
|
|
🎭 Playwright Run Summary
12 skipped
1 passed (4.7s)
|
|
🎭 Playwright Run Summary
4 passed (17.8s)
|
|
🎭 Playwright Run Summary
4 passed (3.6s)
|
|
🎭 Playwright Run Summary
12 passed (29.1s)
|
|
🎭 Playwright Run Summary
9 passed (8.8s)
|
|
🎭 Playwright Run Summary
17 passed (57.0s)
|
|
🎭 Playwright Run Summary
12 passed (28.0s)
|
|
🎭 Playwright Run Summary
10 passed (37.5s)
|
|
🎭 Playwright Run Summary
14 passed (23.6s)
|
|
🎭 Playwright Run Summary
12 passed (21.3s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (26.2s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (6.3s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (34.5s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (7.8s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (39.2s)
|
|
🎭 Playwright Run Summary
30 passed (14.1s)
|
|
🎭 Playwright Run Summary
13 passed (48.1s)
|
|
🎭 Playwright Run Summary
13 passed (8.5s)
|
|
🎭 Playwright Run Summary
3 passed (40.1s)
|
|
🎭 Playwright Run Summary
3 passed (9.7s)
|
|
🎭 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.7s)
|
|
🎭 Playwright Run Summary
3 passed (3.4s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ──────────────
2 passed (44.0s)
|
|
🎭 Playwright Run Summary
3 passed (8.2s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (30.3s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (6.6s)
|
|
🎭 Playwright Run Summary
13 passed (49.7s)
|
|
🎭 Playwright Run Summary
13 passed (9.8s)
|
|
🎭 Playwright Run Summary
5 passed (44.3s)
|
|
🎭 Playwright Run Summary
5 passed (11.1s)
|
|
🎭 Playwright Run Summary
4 passed (19.7s)
|
|
🎭 Playwright Run Summary
2 skipped
48 passed (1.0m)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (41.6s)
|
|
🎭 Playwright Run Summary
30 passed (12.7s)
|
|
🎭 Playwright Run Summary
4 passed (29.8s)
|
|
🎭 Playwright Run Summary
4 passed (6.9s)
|
|
🎭 Playwright Run Summary
13 passed (47.3s)
|
|
🎭 Playwright Run Summary
13 passed (12.6s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (10.7s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (11.9s)
|
|
🎭 Playwright Run Summary
8 skipped
22 passed (9.8s)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (1.2m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.7s)
|
|
🎭 Playwright Run Summary
4 skipped
26 passed (18.9s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (15.0s)
|
|
🎭 Playwright Run Summary
1 skipped
29 passed (19.7s)
|
|
🎭 Playwright Run Summary
4 passed (19.1s)
|
|
🎭 Playwright Run Summary
51 passed (1.0m)
|
|
🎭 Playwright Run Summary
458 skipped
190 passed (34.7s)
|
|
🎭 Playwright Run Summary
457 skipped
191 passed (36.4s)
|
|
🎭 Playwright Run Summary
4 passed (18.5s)
|
|
🎭 Playwright Run Summary
51 passed (1.1m)
|
|
🎭 Playwright Run Summary
453 skipped
195 passed (36.1s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (11.3s)
|
|
🎭 Playwright Run Summary
43 passed (2.2m)
|
|
🎭 Playwright Run Summary
5 skipped
36 passed (1.7m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
323 skipped
325 passed (1.4m)
|
|
🎭 Playwright Run Summary
5 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.1m)
|
|
🎭 Playwright Run Summary
5 skipped
36 passed (1.8m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.4s)
|
|
🎭 Playwright Run Summary
15 passed (26.4s)
|
|
🎭 Playwright Run Summary
5 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
6 skipped
28 passed (1.1m)
|
|
🎭 Playwright Run Summary
3 skipped
159 passed (2.3m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (36.9s)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (2.7m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
321 skipped
327 passed (1.5m)
|
|
🎭 Playwright Run Summary
7 skipped
34 passed (2.9m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
4 passed (25.4s)
|
|
🎭 Playwright Run Summary
2 failed
[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
200 skipped
446 passed (3.1m)
|
|
🎭 Playwright Run Summary
2 failed
[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
195 skipped
451 passed (3.1m)
|
|
🎭 Playwright Run Summary
7 skipped
34 passed (2.9m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
7 skipped
34 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
39 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 failed
[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
3 skipped
157 passed (3.7m)
|
|
🎭 Playwright Run Summary
2 failed
[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
61 skipped
585 passed (3.9m)
|
|
🎭 Playwright Run Summary
2 failed
[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
64 skipped
582 passed (4.0m)
|
|
🎭 Playwright Run Summary
2 failed
[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
59 skipped
587 passed (4.0m)
|
|
🎭 Playwright Run Summary
1 skipped
161 passed (2.6m)
|
|
🎭 Playwright Run Summary
11 skipped
151 passed (3.0m)
|
|
🎭 Playwright Run Summary
2 failed
[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
64 skipped
582 passed (4.0m)
|
|
🎭 Playwright Run Summary
2 failed
[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
59 skipped
587 passed (4.1m)
|
|
🎭 Playwright Run Summary
179 skipped
469 passed (3.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build-bundle-output
Expired
|
20.1 MB |
sha256:575578cafa3a91e8d68fc6da3452a46d2585baa9efa460b053db7b01cd17039f
|
|
|
build-layer-output
Expired
|
1.73 MB |
sha256:aa02e57a60862de1a4730f416812f5ccfaaab5213b00e6a530f81ec7c57e88fe
|
|
|
build-output
Expired
|
10.4 MB |
sha256:8e15f030bb15da3282f1bf4fab1584af14be17f096fd5e1dc9df31070c912315
|
|
|
build-tarball-output
Expired
|
4.98 MB |
sha256:2a21f5b86e71f036c4cf7cd3ce545ec94da2d1e224c8e4d5774f7e1ce274d324
|
|
|
codecov-coverage-results-feat-v11-web-vitals-integration-job_browser_unit_tests
|
86.9 KB |
sha256:81067294efd1d5b5f32edfa8a78a54af309dd7d3c5468ede7b4cfaa3a546a3e0
|
|
|
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-18
|
255 KB |
sha256:43938652794a952ef837f8577c3b4b7af7f50ccf4547da319b443ba4b27e0f05
|
|
|
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-20
|
262 KB |
sha256:e2e13ea067c05c748113c4b98ea09974252908e1cac9f832dae270649b8d7ca2
|
|
|
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-22
|
262 KB |
sha256:13b61f0a1b91b25671e6206713c4849eb8b8ba5dd671a35a93c3e11f20e9557c
|
|
|
codecov-coverage-results-feat-v11-web-vitals-integration-job_node_unit_tests-24
|
262 KB |
sha256:e49fbe53a708e0cc7d3673f55d4f8025b748fa995cd3ffa26875871150e331fe
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_base
|
243 Bytes |
sha256:af0fb73446482ff2723d2bae61178afa1adc0c421f189ffc73414bfd3ead0c6b
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_debug
|
243 Bytes |
sha256:28547c8cad61292edc1287c3154f4de7715941ec3e5d7840e219393b9458c0de
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_eager
|
243 Bytes |
sha256:f9868cbdcdad1ad0438d0bfe04916d523a4c594f079e079fd5ef89e7eb6d4feb
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_replay
|
240 Bytes |
sha256:04199e738b3a39a52df8934694948eaaa7b78012e27f78eb7c3cf26f21679d5d
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_replay_buffer
|
240 Bytes |
sha256:b345229aabe8a4b06f701a39e7b3ff45180bf998bec116f251875566687f0271
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_tracing
|
242 Bytes |
sha256:c8cd66fa602245b64dc9b44d6cba978e30fa0e4c4f1f99cfbaa2607a33f60d80
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_loader_tests-browser-loader-loader_tracing_replay
|
241 Bytes |
sha256:895dd4e768d0eae2b79beabc4f791e826d0074f292843f3ad41f909963dfa445
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle-chromium
|
249 Bytes |
sha256:8faa3a73f620d99cd360ed072767468d88af232d76b63368ff012c70490d52b4
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
|
249 Bytes |
sha256:3b6de2924f59ff7a0a19f06114d38491afdbc09f6d894d4d58d226bee647841f
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
|
244 Bytes |
sha256:a192ebe268a33adf536e89112d894b956420a47b6c080cbac0bd16dc100da711
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
|
246 Bytes |
sha256:049c09a46a56580c43b5ff0e257fcb06d4c53da88c65367f7cdfb82df5e59c60
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
|
248 Bytes |
sha256:48dcb8a02bb77b70c6abe4ec1dad122a334fe92685be7cdec16eaa10248d9c5a
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
|
1.11 KB |
sha256:7427ed149d14396e5a6919afbe5b15b778ab88b51e8918b46d3eb60090b57354
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
|
1.12 KB |
sha256:f1256a20fad7f856ba9b107ac102be4cf9a3c12459d64bbb5e2ea1b4cd3c2498
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
|
1.11 KB |
sha256:5f0aa476ef4da0536c770f4a6cd2ca2d2a8e9cfee9426a52e855dbff6ba3dafd
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
|
1.11 KB |
sha256:12e4c29ff7b7a99e52ee58a11cd693cc665d015a1d02103a431f2c72fa300a00
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
|
1.11 KB |
sha256:c7569e67f58a59f03811d3d076ec1938565b31957f70d086dc680294802bebe2
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
|
1.11 KB |
sha256:c87bb1d1d871f5f3090c25174e2fc16bf603606a9204c2d943d678de641b9e28
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
|
233 Bytes |
sha256:6c59f14e22a5842074e6280ed3d5f2ca10f85f33ecb4264f46ae79c111bfc9b7
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
|
244 Bytes |
sha256:6cad4a45653fd4ca89773e8bd5baef546726d880dd1d99e044645b34d582293e
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
|
1.11 KB |
sha256:54caf3b43b0887c9f934f2b9af9fe14c8d19710bd6597edf0654af95353addb0
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-1
|
241 Bytes |
sha256:841e7a5c09093367bf53657e00cad8c5170c05073453ea1646689e3d8b876b10
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-2
|
244 Bytes |
sha256:7116fb974c5d8076503fce07d0f53d6d29107c3a91f438ab044f72cf131c3d7b
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-3
|
1.11 KB |
sha256:5928e9f1d541de3ef2b21317d8ff13bf4dff1fb3235a16009d685887200a7efd
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_playwright_tests-browser-playwright-esm-chromium-4
|
245 Bytes |
sha256:32d753a111abf912fb5f98e9592270bebacc30a6bccc8ea604bc130563b2f8cc
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_browser_unit_tests
|
243 Bytes |
sha256:0b052ca7af1352972df45ec07fe523528b97b2eb800d70390f1329a205a28e38
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-18
|
254 Bytes |
sha256:35cb3cb04ef0875a1e06573a02cdc70aaed8c91cdf8648d100cb22e4a88bb6a3
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-20
|
252 Bytes |
sha256:cacfa7581872414a53a243c533d3b5a0d2a2bfaa525a513082f28638f07db7df
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-22
|
253 Bytes |
sha256:05e3fda8631889c20d0d4ceb7655f9c7e5fc01cc75af5acdc84a844e51e9ca80
|
|
|
codecov-test-results-feat-v11-web-vitals-integration-job_node_unit_tests-24
|
253 Bytes |
sha256:06cb736cd0e1344ce4382c4f6fc586587f37c178c6006b7f76209f0eb8df5d0b
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing-chromium-0
|
1.03 MB |
sha256:e07ba841fff1425b10f41ffc09422a94551371dc3cd4c12cffd833be8abfefc1
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0
|
1.05 MB |
sha256:13ea91b8b73d1004b1e3df74e3b840228c56c0e7a91729e105ee6f9d82da8157
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay-chromium-0
|
1.5 MB |
sha256:2c688727232774bf971d6b3fff2a2a14448514c99c135999045977e7c63c5002
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0
|
1.55 MB |
sha256:814a52edd15648542c6069761d22ff96d573f9c8b4944a684b9bd05b919de4db
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0
|
1.57 MB |
sha256:3a5b9f289b8c4f368242d8600fdd0ceea26eb384c736d59d6e59cedad700a9b4
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0
|
582 KB |
sha256:d748e3a53d5d94409855ca0e19ee48b725b7f1e4cd1a112cfec091dcc37be770
|
|
|
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0
|
1.53 MB |
sha256:08dd50e8255f74b67e3aec2512dbaa368f2c9d0aa24fa626d43d09b49fdeb4a4
|
|
|
playwright-traces-job_browser_playwright_tests-esm-chromium-3
|
2.4 MB |
sha256:1a59d95577021cc11f7b2743ba664dd213ef21b8da1f3713e143cb4c50797ff4
|
|