Skip to content

feat(node/cloudflare)!: Remove deprecated honoIntegration - #22480

Merged
nicohrubec merged 1 commit into
developfrom
feat/remove-deprecated-hono-integration
Jul 22, 2026
Merged

feat(node/cloudflare)!: Remove deprecated honoIntegration#22480
nicohrubec merged 1 commit into
developfrom
feat/remove-deprecated-hono-integration

Conversation

@nicohrubec

@nicohrubec nicohrubec commented Jul 22, 2026

Copy link
Copy Markdown
Member

Removes the deprecated honoIntegration and setupHonoErrorHandler from @sentry/node and @sentry/cloudflare, now that Hono is instrumented via the dedicated @sentry/hono SDK. Also drops the associated unit/integration tests, the redundant cloudflare-hono e2e app and any dead helpers.

Fixes #21755

Removes the deprecated `honoIntegration` (and the node-only
`setupHonoErrorHandler` helper) from `@sentry/node` and `@sentry/cloudflare`,
along with its re-exports, tests, dead helpers, and the e2e app that only
exercised the old path. Hono is now instrumented via the dedicated
`@sentry/hono` SDK.

Fixes #21755

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nicohrubec nicohrubec changed the title feat(v11): Remove deprecated honoIntegration chore(node)!: Remove deprecated honoIntegration Jul 22, 2026
@nicohrubec nicohrubec changed the title chore(node)!: Remove deprecated honoIntegration feat(node/cloudflare)!: Remove deprecated honoIntegration Jul 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

⚠️ Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

Path Size % Change Change
@sentry/browser 27.76 kB - -
@sentry/browser - with treeshaking flags 26.2 kB - -
@sentry/browser (incl. Tracing) 46.59 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 48.4 kB - -
@sentry/browser (incl. Tracing, Profiling) 51.39 kB - -
@sentry/browser (incl. Tracing, Replay) 85.83 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 75.47 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 90.56 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 103.22 kB - -
@sentry/browser (incl. Feedback) 44.95 kB - -
@sentry/browser (incl. sendFeedback) 32.56 kB - -
@sentry/browser (incl. FeedbackAsync) 37.69 kB - -
@sentry/browser (incl. Metrics) 28.84 kB - -
@sentry/browser (incl. Logs) 29.06 kB - -
@sentry/browser (incl. Metrics & Logs) 29.76 kB - -
@sentry/react 29.55 kB - -
@sentry/react (incl. Tracing) 48.87 kB - -
@sentry/vue 33.18 kB - -
@sentry/vue (incl. Tracing) 48.56 kB - -
@sentry/svelte 27.78 kB - -
CDN Bundle 30.16 kB - -
CDN Bundle (incl. Tracing) 48.56 kB - -
CDN Bundle (incl. Logs, Metrics) 31.74 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 49.86 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 71 kB - -
CDN Bundle (incl. Tracing, Replay) 86.06 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 87.38 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 91.87 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 93.13 kB - -
CDN Bundle - uncompressed 89.89 kB - -
CDN Bundle (incl. Tracing) - uncompressed 146.77 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 94.6 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 150.75 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 219.36 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 266.01 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 269.97 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 279.71 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 283.66 kB - -
@sentry/nextjs (client) 51.38 kB - -
@sentry/sveltekit (client) 47 kB - -
@sentry/core/server 80.3 kB - -
@sentry/core/browser 66.71 kB - -
@sentry/node-core 63.21 kB - -
@sentry/node 124.3 kB -0.6% -747 B 🔽
@sentry/node (incl. diagnostics channel injection) 149.77 kB -0.5% -742 B 🔽
@sentry/node/import (ESM hook with diagnostics-channel injection) 70.03 kB +0.01% +2 B 🔺
@sentry/node/light 51.33 kB +0.01% +1 B 🔺
@sentry/node - without tracing 74.91 kB - -
@sentry/aws-serverless 84.16 kB - -
@sentry/cloudflare (withSentry) - minified 196.59 kB -0.59% -1.16 kB 🔽
@sentry/cloudflare (withSentry) 483.84 kB -0.6% -2.89 kB 🔽

View base workflow run

@nicohrubec
nicohrubec marked this pull request as ready for review July 22, 2026 08:58
@nicohrubec
nicohrubec requested review from a team as code owners July 22, 2026 08:58
@nicohrubec
nicohrubec requested review from chargome, isaacs, mydea and s1gr1d and removed request for a team July 22, 2026 08:58
@nicohrubec
nicohrubec merged commit dcf315e into develop Jul 22, 2026
298 checks passed
@nicohrubec
nicohrubec deleted the feat/remove-deprecated-hono-integration branch July 22, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated honoIntegration

2 participants