Skip to content

feat(node): Auto-exclude runtime channel injection when build-time instrumentation is on #55386

feat(node): Auto-exclude runtime channel injection when build-time instrumentation is on

feat(node): Auto-exclude runtime channel injection when build-time instrumentation is on #55386

Triggered via pull request August 24, 2026 11:06
Status Failure
Total duration 14m 28s
Artifacts 4

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
7s
Get CI Metadata / Get Metadata
Check lockfile
4m 0s
Check lockfile
Check file formatting
52s
Check file formatting
Check PR branches
5s
Check PR branches
Build Lambda layer
1m 19s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 5s
Lint
Circular Dependency Check
1m 32s
Circular Dependency Check
Browser Unit Tests
2m 36s
Browser Unit Tests
Bun Unit Tests
41s
Bun Unit Tests
Deno Unit Tests
1m 2s
Deno Unit Tests
Cloudflare Integration Tests
4m 15s
Cloudflare Integration Tests
Bun Integration Tests
54s
Bun Integration Tests
Deno Integration Tests
1m 1s
Deno Integration Tests
Check for faulty .d.ts files
36s
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
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 4 warnings, and 256 notices
E2E debug-id-sourcemaps Test (optional)
Process completed with exit code 1.
tests/server.test.ts > Find symbolicated event on sentry: /home/runner/work/_temp/test-application/tests/server.test.ts#L62
AssertionError: expected 429 to be 404 // Object.is equality - Expected + Received - 404 + 429 ❯ timeout tests/server.test.ts:62:33
Node (22) Unit Tests
Process completed with exit code 1.
test/vite/sourceMaps-nuxtHooks.test.ts > setupSourceMaps hooks > removed `unstable_sentryBundlerPluginOptions` > does not warn for a config without removed options: packages/nuxt/test/vite/sourceMaps-nuxtHooks.test.ts#L123
AssertionError: expected "warn" to not be called with arguments: [ StringContaining "unstable_" ] Received: 1st warn call: [ - StringContaining "unstable_", + "[Sentry] Removed in v11 and ignored: unstable_sentryBundlerPluginOptions. Set bundler plugin options directly on the Sentry build options.", ] Number of calls: 1 ❯ test/vite/sourceMaps-nuxtHooks.test.ts:123:34
test/vite/sourceMaps-nuxtHooks.test.ts > setupSourceMaps hooks > removed `unstable_sentryBundlerPluginOptions` > warns exactly once, even though both bundler plugins are set up: packages/nuxt/test/vite/sourceMaps-nuxtHooks.test.ts#L97
Error: Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ test/vite/sourceMaps-nuxtHooks.test.ts:97:5
[chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used.: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
10) [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. Test timeout of 30000ms exceeded.
[chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
9) [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used Test timeout of 30000ms exceeded.
[chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
8) [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized Test timeout of 30000ms exceeded.
[chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
7) [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest: ../../_temp/test-application/tests/isr-routes.test.ts#L0
6) [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: ../../_temp/test-application/tests/isr-routes.test.ts#L0
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: ../../_temp/test-application/tests/isr-routes.test.ts#L31
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Error: expect(locator).toHaveText(expected) failed Locator: locator('#isr-product-id') Expected: "phone" Timeout: 10000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 10000ms - waiting for locator('#isr-product-id') 29 | // Test with 'phone' (one of the pre-generated static params) 30 | await page.goto('/isr-test/phone'); > 31 | await expect(page.locator('#isr-product-id')).toHaveText('phone'); | ^ 32 | 33 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); 34 | await expect(page.locator('meta[name="baggage"]')).toHaveCount(0); at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:31:49
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: ../../_temp/test-application/tests/isr-routes.test.ts#L21
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Error: expect(locator).toHaveText(expected) failed Locator: locator('#isr-static-marker') Expected: "static-isr" Timeout: 10000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 10000ms - waiting for locator('#isr-static-marker') 19 | 20 | // Wait for page to be fully loaded > 21 | await expect(page.locator('#isr-static-marker')).toHaveText('static-isr'); | ^ 22 | 23 | // Check that sentry-trace and baggage meta tags are removed for ISR pages 24 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:21:52
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: ../../_temp/test-application/tests/isr-routes.test.ts#L9
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Error: expect(locator).toHaveText(expected) failed Locator: locator('#isr-product-id') Expected: "laptop" Timeout: 10000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 10000ms - waiting for locator('#isr-product-id') 7 | 8 | // Wait for page to be fully loaded > 9 | await expect(page.locator('#isr-product-id')).toHaveText('laptop'); | ^ 10 | 11 | // Check that sentry-trace and baggage meta tags are removed for ISR pages 12 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:9:49
[chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events: ../../_temp/test-application/tests/cloudflare-runtime.test.ts#L0
1) [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events Test timeout of 30000ms exceeded.
All required jobs passed or were skipped
Process completed with exit code 1.
E2E aws-serverless Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Size Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ./dev-packages/size-limit-gh-action. 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.6s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
13 passed (12.8s)
🎭 Playwright Run Summary
3 passed (4.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
11 passed (12.9s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
7 passed (7.1s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
9 passed (8.3s)
🎭 Playwright Run Summary
5 passed (7.4s)
🎭 Playwright Run Summary
10 passed (27.6s)
🎭 Playwright Run Summary
1 skipped 13 passed (24.0s)
🎭 Playwright Run Summary
1 passed (5.3s)
🎭 Playwright Run Summary
2 passed (4.2s)
🎭 Playwright Run Summary
2 passed (4.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
11 passed (13.7s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
40 passed (19.1s)
🎭 Playwright Run Summary
3 passed (6.6s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
1 skipped 19 passed (2.2s)
🎭 Playwright Run Summary
2 passed (31.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (5.6s)
🎭 Playwright Run Summary
13 passed (12.9s)
🎭 Playwright Run Summary
2 passed (32.3s)
🎭 Playwright Run Summary
2 passed (31.0s)
🎭 Playwright Run Summary
8 passed (10.7s)
🎭 Playwright Run Summary
5 passed (3.5s)
🎭 Playwright Run Summary
7 passed (13.8s)
🎭 Playwright Run Summary
53 passed (26.6s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
10 passed (4.4s)
🎭 Playwright Run Summary
10 passed (4.9s)
🎭 Playwright Run Summary
12 passed (29.0s)
🎭 Playwright Run Summary
11 passed (1.0m)
🎭 Playwright Run Summary
2 passed (2.6s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
15 passed (48.3s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
2 passed (34.9s)
🎭 Playwright Run Summary
2 passed (3.7s)
🎭 Playwright Run Summary
2 passed (27.2s)
🎭 Playwright Run Summary
10 passed (36.6s)
🎭 Playwright Run Summary
1 skipped 73 passed (5.3s)
🎭 Playwright Run Summary
10 passed (32.2s)
🎭 Playwright Run Summary
23 passed (14.6s)
🎭 Playwright Run Summary
12 passed (28.8s)
🎭 Playwright Run Summary
1 passed (3.1s)
🎭 Playwright Run Summary
8 passed (2.5s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.8s)
🎭 Playwright Run Summary
2 skipped 10 passed (7.0s)
🎭 Playwright Run Summary
1 skipped 73 passed (3.8s)
🎭 Playwright Run Summary
12 passed (6.0s)
🎭 Playwright Run Summary
30 passed (30.8s)
🎭 Playwright Run Summary
1 passed (3.9s)
🎭 Playwright Run Summary
1 passed (3.9s)
🎭 Playwright Run Summary
10 passed (17.3s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
1 skipped 9 passed (5.4s)
🎭 Playwright Run Summary
1 skipped 9 passed (5.8s)
🎭 Playwright Run Summary
22 passed (8.0s)
🎭 Playwright Run Summary
12 passed (5.8s)
🎭 Playwright Run Summary
12 passed (8.1s)
🎭 Playwright Run Summary
13 passed (28.5s)
🎭 Playwright Run Summary
30 passed (28.9s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
15 passed (10.6s)
🎭 Playwright Run Summary
12 passed (17.2s)
🎭 Playwright Run Summary
12 passed (17.3s)
🎭 Playwright Run Summary
19 passed (5.5s)
🎭 Playwright Run Summary
12 passed (28.0s)
🎭 Playwright Run Summary
13 passed (40.9s)
🎭 Playwright Run Summary
13 passed (8.6s)
🎭 Playwright Run Summary
10 passed (32.2s)
🎭 Playwright Run Summary
15 passed (3.0s)
🎭 Playwright Run Summary
4 passed (5.4s)
🎭 Playwright Run Summary
4 passed (3.7s)
🎭 Playwright Run Summary
5 passed (13.5s)
🎭 Playwright Run Summary
5 skipped 8 passed (9.3s)
🎭 Playwright Run Summary
5 passed (3.8s)
🎭 Playwright Run Summary
1 passed (6.4s)
🎭 Playwright Run Summary
7 passed (6.6s)
🎭 Playwright Run Summary
2 passed (20.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (4.2s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
2 passed (5.3s)
🎭 Playwright Run Summary
10 passed (37.0s)
🎭 Playwright Run Summary
5 passed (9.8s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
3 passed (36.0s)
🎭 Playwright Run Summary
3 passed (7.6s)
🎭 Playwright Run Summary
8 passed (7.2s)
🎭 Playwright Run Summary
1 skipped 24 passed (15.5s)
🎭 Playwright Run Summary
11 passed (18.3s)
🎭 Playwright Run Summary
10 passed (9.6s)
🎭 Playwright Run Summary
6 passed (11.6s)
🎭 Playwright Run Summary
6 skipped 28 passed (39.8s)
🎭 Playwright Run Summary
2 skipped 32 passed (57.5s)
🎭 Playwright Run Summary
11 passed (6.4s)
🎭 Playwright Run Summary
11 passed (6.8s)
🎭 Playwright Run Summary
11 passed (4.0s)
🎭 Playwright Run Summary
11 passed (4.3s)
🎭 Playwright Run Summary
1 passed (4.3s)
🎭 Playwright Run Summary
10 passed (27.4s)
🎭 Playwright Run Summary
13 passed (36.6s)
🎭 Playwright Run Summary
2 skipped 7 passed (26.5s)
🎭 Playwright Run Summary
15 passed (12.4s)
🎭 Playwright Run Summary
5 skipped 30 passed (1.0m)
🎭 Playwright Run Summary
5 skipped 30 passed (36.6s)
🎭 Playwright Run Summary
5 passed (7.0s)
🎭 Playwright Run Summary
15 passed (10.3s)
🎭 Playwright Run Summary
6 passed (11.5s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
12 passed (17.2s)
🎭 Playwright Run Summary
11 passed (3.7s)
🎭 Playwright Run Summary
11 passed (4.0s)
🎭 Playwright Run Summary
3 skipped 1 passed (4.9s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
5 passed (5.2s)
🎭 Playwright Run Summary
7 passed (7.0s)
🎭 Playwright Run Summary
5 passed (11.2s)
🎭 Playwright Run Summary
11 passed (46.1s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.4s)
🎭 Playwright Run Summary
13 passed (24.2s)
🎭 Playwright Run Summary
8 passed (12.6s)
🎭 Playwright Run Summary
7 skipped 23 passed (6.9s)
🎭 Playwright Run Summary
1 skipped 29 passed (19.7s)
🎭 Playwright Run Summary
7 skipped 23 passed (12.2s)
🎭 Playwright Run Summary
4 passed (8.4s)
🎭 Playwright Run Summary
13 passed (44.3s)
🎭 Playwright Run Summary
13 passed (9.7s)
🎭 Playwright Run Summary
14 passed (23.2s)
🎭 Playwright Run Summary
8 skipped 22 passed (10.5s)
🎭 Playwright Run Summary
4 passed (34.2s)
🎭 Playwright Run Summary
17 passed (53.2s)
🎭 Playwright Run Summary
21 skipped 2 passed (8.3s)
🎭 Playwright Run Summary
5 passed (9.4s)
🎭 Playwright Run Summary
10 passed (25.2s)
🎭 Playwright Run Summary
9 passed (11.5s)
🎭 Playwright Run Summary
22 passed (37.9s)
🎭 Playwright Run Summary
4 skipped 26 passed (20.4s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.3s)
🎭 Playwright Run Summary
5 skipped 25 passed (10.7s)
🎭 Playwright Run Summary
6 passed (26.3s)
🎭 Playwright Run Summary
4 passed (9.5s)
🎭 Playwright Run Summary
3 passed (32.9s)
🎭 Playwright Run Summary
40 passed (20.0s)
🎭 Playwright Run Summary
5 passed (9.2s)
🎭 Playwright Run Summary
3 passed (14.0s)
🎭 Playwright Run Summary
3 passed (8.7s)
🎭 Playwright Run Summary
15 skipped 12 passed (20.2s)
🎭 Playwright Run Summary
4 passed (7.7s)
🎭 Playwright Run Summary
9 passed (31.1s)
🎭 Playwright Run Summary
6 passed (34.6s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.5s)
🎭 Playwright Run Summary
21 skipped 2 passed (4.5s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.4s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
9 passed (11.6s)
🎭 Playwright Run Summary
3 passed (6.4s)
🎭 Playwright Run Summary
13 passed (40.0s)
🎭 Playwright Run Summary
13 passed (8.5s)
🎭 Playwright Run Summary
22 passed (37.3s)
🎭 Playwright Run Summary
5 passed (19.8s)
🎭 Playwright Run Summary
5 passed (6.4s)
🎭 Playwright Run Summary
8 passed (21.0s)
🎭 Playwright Run Summary
8 passed (7.2s)
🎭 Playwright Run Summary
3 passed (14.2s)
🎭 Playwright Run Summary
3 passed (8.8s)
🎭 Playwright Run Summary
15 passed (19.1s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
9 passed (21.5s)
🎭 Playwright Run Summary
9 passed (8.1s)
🎭 Playwright Run Summary
15 skipped 12 passed (22.8s)
🎭 Playwright Run Summary
9 passed (46.1s)
🎭 Playwright Run Summary
22 passed (36.8s)
🎭 Playwright Run Summary
4 passed (31.7s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
22 passed (38.3s)
🎭 Playwright Run Summary
4 passed (9.8s)
🎭 Playwright Run Summary
3 passed (31.4s)
🎭 Playwright Run Summary
3 passed (4.6s)
🎭 Playwright Run Summary
2 passed (28.9s)
🎭 Playwright Run Summary
3 passed (32.0s)
🎭 Playwright Run Summary
3 passed (11.0s)
🎭 Playwright Run Summary
482 skipped 195 passed (41.1s)
🎭 Playwright Run Summary
18 passed (51.1s)
🎭 Playwright Run Summary
11 passed (41.1s)
🎭 Playwright Run Summary
4 skipped 12 passed (31.6s)
🎭 Playwright Run Summary
2 skipped 14 passed (13.3s)
🎭 Playwright Run Summary
2 skipped 21 passed (41.4s)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
4 skipped 12 passed (29.1s)
🎭 Playwright Run Summary
2 skipped 14 passed (13.1s)
🎭 Playwright Run Summary
5 passed (34.6s)
🎭 Playwright Run Summary
5 passed (27.9s)
🎭 Playwright Run Summary
17 passed (57.0s)
🎭 Playwright Run Summary
4 passed (24.9s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
5 passed (34.1s)
🎭 Playwright Run Summary
5 passed (10.8s)
🎭 Playwright Run Summary
5 skipped 30 passed (1.6m)
🎭 Playwright Run Summary
4 skipped 31 passed (36.4s)
🎭 Playwright Run Summary
6 skipped 6 passed (30.9s)
🎭 Playwright Run Summary
12 passed (50.2s)
🎭 Playwright Run Summary
6 skipped 6 passed (48.0s)
🎭 Playwright Run Summary
12 passed (52.2s)
🎭 Playwright Run Summary
15 skipped 32 passed (1.7m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.4m)
🎭 Playwright Run Summary
484 skipped 193 passed (36.5s)
🎭 Playwright Run Summary
479 skipped 198 passed (40.7s)
🎭 Playwright Run Summary
4 passed (25.5s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
16 passed (25.5s)
🎭 Playwright Run Summary
4 passed (28.8s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
12 skipped 35 passed (2.5m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.3m)
🎭 Playwright Run Summary
15 skipped 32 passed (1.7m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.3m)
🎭 Playwright Run Summary
5 skipped 30 passed (1.8m)
🎭 Playwright Run Summary
4 skipped 31 passed (38.5s)
🎭 Playwright Run Summary
15 skipped 32 passed (1.6m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.5m)
🎭 Playwright Run Summary
348 skipped 329 passed (1.5m)
🎭 Playwright Run Summary
1 skipped 169 passed (2.6m)
🎭 Playwright Run Summary
11 passed (14.5s)
🎭 Playwright Run Summary
12 skipped 35 passed (2.4m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.3m)
🎭 Playwright Run Summary
4 skipped 165 passed (2.4m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 164 passed (3.1m)
🎭 Playwright Run Summary
12 failed [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute [chromium] › tests/streaming-rsc-error.test.ts:4:5 › Should capture errors for crashing streaming promises in server components when `Sentry.captureRequestError` is added to the `onRequestError` hook 15 skipped
🎭 Playwright Run Summary
2 skipped 32 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
347 skipped 330 passed (1.5m)
🎭 Playwright Run Summary
4 passed (22.7s)
🎭 Playwright Run Summary
192 skipped 485 passed (3.4m)
🎭 Playwright Run Summary
12 skipped 35 passed (2.6m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.4m)
🎭 Playwright Run Summary
196 skipped 481 passed (3.2m)
🎭 Playwright Run Summary
59 skipped 618 passed (4.1m)
🎭 Playwright Run Summary
55 skipped 622 passed (4.0m)
🎭 Playwright Run Summary
59 skipped 618 passed (4.0m)
🎭 Playwright Run Summary
55 skipped 622 passed (4.2m)
🎭 Playwright Run Summary
189 skipped 488 passed (3.9m)
🎭 Playwright Run Summary
3 skipped 166 passed (3.9m)
🎭 Playwright Run Summary
57 skipped 620 passed (4.1m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output Expired
18.4 MB
sha256:53693307b47320eee3f34a0e09df98163cc75b0de04833cd2057d86c4759391a
build-layer-output Expired
1.34 MB
sha256:21d6931fa2319a702fd0c119b1010dad64c24191c3c274e9cf0c1964ff2f8f3c
build-output Expired
12.5 MB
sha256:136321efe63aad3a757a03549113bdb88b84e893249fb1c6b4b3cd45a84d225d
build-tarball-output Expired
6.09 MB
sha256:443fc387e5f5b581f07e65d0754d257f15ceb3687c257ba05107b99801de87d3