Skip to content

feat(hono): Add @sentry/hono/bun for Bun runtime #45833

feat(hono): Add @sentry/hono/bun for Bun runtime

feat(hono): Add @sentry/hono/bun for Bun runtime #45833

Triggered via pull request April 16, 2026 13:57
Status Failure
Total duration 22m 20s
Artifacts 10

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
7s
job_get_metadata / Get Metadata
Prepare E2E tests
2m 58s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 12s
Size Check
Lint
1m 9s
Lint
Circular Dependency Check
1m 47s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
1m 33s
Browser Unit Tests
Bun Unit Tests
0s
Bun Unit Tests
Deno Unit Tests
0s
Deno Unit Tests
Cloudflare Integration Tests
1m 48s
Cloudflare Integration Tests
Bun Integration Tests
52s
Bun Integration Tests
Check for faulty .d.ts files
47s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
6s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 13 warnings
Node (20) Integration Tests
Process completed with exit code 1.
suites/public-api/OnUncaughtException/test.ts > OnUncaughtException integration > should close process on uncaught error with no additional listeners registered: dev-packages/node-integration-tests/suites/public-api/OnUncaughtException/test.ts#L8
Error: Test timed out in 15000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ suites/public-api/OnUncaughtException/test.ts:8:3
Unhandled error: dev-packages/node-integration-tests/suites/public-api/OnUncaughtException/test.ts#L15
AssertionError: expected null not to be null ❯ suites/public-api/OnUncaughtException/test.ts:15:25 ❯ ChildProcess.exithandler node:child_process:414:7 ❯ ChildProcess.emit node:events:524:28 ❯ maybeClose node:internal/child_process:1104:16 ❯ Process.ChildProcess._handle.onexit node:internal/child_process:304:5 This error originated in "suites/public-api/OnUncaughtException/test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should close process on uncaught error with no additional listeners registered". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
All required jobs passed or were skipped
Process completed with exit code 1.
Check file formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. 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/
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/core/src/integrations/requestdata.ts#L2
Identifier 'hasSpanStreamingEnabled' is imported but never used.
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: dev-packages/bun-integration-tests/expect.ts, dev-packages/bun-integration-tests/suites/basic/test.ts, dev-packages/bun-integration-tests/suites/hono-sdk/index.ts, dev-packages/bun-integration-tests/suites/hono-sdk/test.ts, packages/hono/package.json, packages/hono/rollup.npm.config.mjs, packages/hono/src/bun/middleware.ts, packages/hono/src/bun/sdk.ts, packages/hono/src/index.bun.ts, packages/hono/test/bun/middleware.test.ts Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.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
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/

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
33.6 MB
sha256:b547b5825355ddefa344321928759c85beb3e4e224679ad063ce8f5b6c78bb0f
codecov-coverage-results-sig-hono-bun-job_browser_unit_tests
1 KB
sha256:10ef1cdbf7df6986aaf4e50acde3db68ef47655927f4f593d88d32b8922056c3
codecov-coverage-results-sig-hono-bun-job_node_unit_tests-18
2.28 KB
sha256:dc1994215df1d7bc05722f24eaee916647e8a34f386fe61ae53ecb9b541f416b
codecov-coverage-results-sig-hono-bun-job_node_unit_tests-20
2.28 KB
sha256:3f84dee17d3bdefddec5ba2184d093a8f0cf5a7f976f3618aab6561bd78eda75
codecov-coverage-results-sig-hono-bun-job_node_unit_tests-22
2.28 KB
sha256:9da45ca4b19f230effb69ec411b8ccd17e152f6e1cef9ba8a504c3c45620adae
codecov-coverage-results-sig-hono-bun-job_node_unit_tests-24
2.28 KB
sha256:ca059f00bc1ec8d73a624c9153cc7da85f44af68510cdffc3bbe8bda232d263f
codecov-test-results-sig-hono-bun-job_node_unit_tests-18
236 Bytes
sha256:579aa448830036ac2c250485a72db9cca6e0b554cc115d0d26ccf7114926e7a2
codecov-test-results-sig-hono-bun-job_node_unit_tests-20
236 Bytes
sha256:d43e968688029946c591f475724029c9a3b85e25f3d047590e5f9aae103f9166
codecov-test-results-sig-hono-bun-job_node_unit_tests-22
236 Bytes
sha256:ff0fba2f168680066e726444cf157b93703a83cd5e26284f9d8ffad8fda5d5e4
codecov-test-results-sig-hono-bun-job_node_unit_tests-24
234 Bytes
sha256:1f081fa2e36f3d62be026e65c677d5035aa5334bfc931f2fda2dba7952df1ee7