Skip to content

feat(nextjs): Add top-level applicationKey option #47086

feat(nextjs): Add top-level applicationKey option

feat(nextjs): Add top-level applicationKey option #47086

Triggered via pull request May 11, 2026 11:35
Status Success
Total duration 12m 56s
Artifacts 12

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
6s
Get CI Metadata / Get Metadata
Check lockfile
3m 19s
Check lockfile
Check file formatting
48s
Check file formatting
Check PR branches
2s
Check PR branches
Build Lambda layer
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 3s
Lint
Circular Dependency Check
1m 46s
Circular Dependency Check
Browser Unit Tests
1m 32s
Browser Unit Tests
Bun Unit Tests
Bun Unit Tests
Deno Unit Tests
Deno Unit Tests
Cloudflare Integration Tests
2m 43s
Cloudflare Integration Tests
Bun Integration Tests
Bun Integration Tests
Check for faulty .d.ts files
44s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
2s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 8 warnings, and 66 notices
[chromium] β€Ί tests/server/getServerSideProps.test.ts:4:5 β€Ί Should report an error event for errors thrown in getServerSideProps: ../../_temp/test-application/tests/server/getServerSideProps.test.ts#L21
1) [chromium] β€Ί tests/server/getServerSideProps.test.ts:4:5 β€Ί Should report an error event for errors thrown in getServerSideProps Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 3 @@ -9,25 +9,23 @@ "exception": Object { "values": Array [ Object { "mechanism": Object { "handled": false, - "type": "auto.function.nextjs.wrapped", + "type": "auto.browser.browserapierrors.setTimeout", }, "stacktrace": Object { "frames": ArrayContaining [], }, "type": "Error", "value": "getServerSideProps Error", }, ], }, - "platform": "node", + "platform": "javascript", "request": Object { - "cookies": Any<Object>, "headers": Any<Object>, - "method": "GET", "url": StringMatching /^http.*\/error-getServerSideProps/, }, "timestamp": Any<Number>, - "transaction": "getServerSideProps (/[param]/error-getServerSideProps)", + "transaction": "/[param]/error-getServerSideProps", } 19 | }); 20 | > 21 | expect(await errorEventPromise).toMatchObject({ | ^ 22 | contexts: { 23 | trace: { span_id: expect.stringMatching(/[a-f0-9]{16}/), trace_id: expect.stringMatching(/[a-f0-9]{32}/) }, 24 | }, at /home/runner/work/_temp/test-application/tests/server/getServerSideProps.test.ts:21:35
[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#L0
1) [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
Node (18) Unit Tests
❌ Project coverage check failed: 63.87% (-0.98%) relative to base
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: packages/nextjs/src/config/getBuildPluginOptions.ts, packages/nextjs/src/config/turbopack/constructTurbopackConfig.ts, packages/nextjs/src/config/types.ts, packages/nextjs/test/config/getBuildPluginOptions.test.ts, packages/nextjs/test/config/turbopack/constructTurbopackConfig.test.ts Sample coverage paths: ./mute.js This usually indicates a path format mismatch between your coverage tool and the repository.
Browser Unit Tests
Please ensure your test framework is generating JUnit XML output.
Browser Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
Browser Unit Tests
No files found matching pattern: **/*.junit.xml
Node (22) Unit Tests
❌ Project coverage check failed: 63.91% (-1.84%) relative to base
Node (20) Unit Tests
❌ Project coverage check failed: 63.91% (-1.86%) relative to base
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
5 passed (9.1s)
🎭 Playwright Run Summary
12 passed (8.6s)
🎭 Playwright Run Summary
5 passed (9.3s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.4s)
🎭 Playwright Run Summary
3 passed (16.8s)
🎭 Playwright Run Summary
3 passed (9.9s)
🎭 Playwright Run Summary
3 passed (16.3s)
🎭 Playwright Run Summary
3 passed (9.6s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (23.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.3s)
🎭 Playwright Run Summary
4 passed (13.3s)
🎭 Playwright Run Summary
4 passed (3.3s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.7s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.4s)
🎭 Playwright Run Summary
4 skipped 10 passed (32.9s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.7s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/server/getServerSideProps.test.ts:4:5 β€Ί Should report an error event for errors thrown in getServerSideProps 3 skipped 26 passed (40.1s)
🎭 Playwright Run Summary
30 passed (12.6s)
🎭 Playwright Run Summary
5 passed (44.2s)
🎭 Playwright Run Summary
5 passed (10.9s)
🎭 Playwright Run Summary
4 passed (36.4s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
3 passed (36.6s)
🎭 Playwright Run Summary
3 passed (9.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.8s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.9s)
🎭 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 (39.1s)
🎭 Playwright Run Summary
3 passed (4.6s)
🎭 Playwright Run Summary
3 skipped 27 passed (40.7s)
🎭 Playwright Run Summary
30 passed (14.4s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/orpc-error.test.ts:4:1 β€Ί should capture server-side orpc error ────────────── 2 passed (43.8s)
🎭 Playwright Run Summary
3 passed (7.0s)
🎭 Playwright Run Summary
13 passed (49.6s)
🎭 Playwright Run Summary
13 passed (8.7s)
🎭 Playwright Run Summary
13 passed (50.1s)
🎭 Playwright Run Summary
13 passed (9.6s)
🎭 Playwright Run Summary
13 passed (39.1s)
🎭 Playwright Run Summary
13 passed (8.4s)
🎭 Playwright Run Summary
12 passed (1.2m)
🎭 Playwright Run Summary
12 passed (50.7s)
🎭 Playwright Run Summary
2 skipped 29 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.4s)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.8s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (39.6s)
🎭 Playwright Run Summary
4 passed (24.4s)
🎭 Playwright Run Summary
9 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
9 skipped 34 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
20.5 MB
sha256:10858bcf7b0d5b0daa5277bb1f1c9c855e03cb58ae448bc9b5a61f32bba2263e
build-output
10.7 MB
sha256:39a1f826efdf34fdba5ef0c14b3972aaafe7de12aa8565fb8d447abe6273909a
build-tarball-output
5.12 MB
sha256:3401fccbc15d163b16f565216e35c2ad9e9a3546885dcbc4c4ad37e1bc02ea39
codecov-coverage-results-chargome-feat-applicationkey-nextjs-job_browser_unit_tests
855 Bytes
sha256:328faa05c7054281eb65e62d10a7295566234cc2ab8d45078423d683d605e9af
codecov-coverage-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-18
31.1 KB
sha256:40a535cb1c7468d3dbc95fe5bf05ec112fc37e4d49826cba4e20cf68c042f068
codecov-coverage-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-20
31.1 KB
sha256:7723582853039a77e666d981463d3f866ea4f97206aa7b7cb3d1143c91fa7aa5
codecov-coverage-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-22
31.1 KB
sha256:ed268af80b25b02280c68843e7d8742476938178c48822b8986810f6c3f2938d
codecov-coverage-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-24
31.1 KB
sha256:7f48a5eee748c7988dadab32b9ef27dc5f09439dd7d007608e21b4249234603c
codecov-test-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-18
241 Bytes
sha256:ca27fd4782e2b8b239aaa8a86d9b6e7e2f92cea0ad939977ab98a79b62ec5451
codecov-test-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-20
242 Bytes
sha256:c30173458e981ef49c1500ed6b33beff1782a26ec4c5efc2c4f9460235a7fe41
codecov-test-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-22
242 Bytes
sha256:9a5ec617ad8ecfaee0d6e039da95041bb268e3036dd06cf03932436f1a964c15
codecov-test-results-chargome-feat-applicationkey-nextjs-job_node_unit_tests-24
242 Bytes
sha256:4fea86a127feec1c75add9fc7d0c23a98fcf9499b26adafa761dba46569b8f92