Skip to content

[skill-drift] fix(sentry-cloudflare-sdk): update Hono setup to use @sentry/hono#140

Merged
HazAT merged 1 commit into
mainfrom
skill-drift/sentry-cloudflare-sdk-skill-drift-fix-sentry-cloudflare-sdk-up-1780044227
May 29, 2026
Merged

[skill-drift] fix(sentry-cloudflare-sdk): update Hono setup to use @sentry/hono#140
HazAT merged 1 commit into
mainfrom
skill-drift/sentry-cloudflare-sdk-skill-drift-fix-sentry-cloudflare-sdk-up-1780044227

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Warning

Auto-generated from external SDK content. Review all links and code suggestions before acting on them.

Summary

Updates the sentry-cloudflare-sdk skill to reflect the deprecation of honoIntegration in favor of the standalone @sentry/hono package (introduced in SDK v10.55.0).

Changes

  • Version reference: Updated from v10.43.0 to v10.55.0
  • Hono setup: Replaced withSentry approach with new @sentry/hono/cloudflare middleware pattern
  • Integration table: Marked honoIntegration as deprecated with migration guidance
  • Troubleshooting: Updated Hono error handling guidance to reference new package
  • Detection phase: Updated impact description for Hono framework detection

Migration Path

The skill now shows both approaches:

  • Recommended: Use @sentry/hono with sentry() middleware (v10.55.0+)
  • Legacy: Keep withSentry + honoIntegration example marked as deprecated for users on older versions

Upstream Changes

  • PR #21208: Promoted @sentry/hono to stable and deprecated honoIntegration
  • CHANGELOG entry in v10.55.0 confirms the deprecation
  • Sentry Hono SDK docs now recommend the standalone package

Impact

Low-risk documentation update. The old approach still works but is now marked as deprecated. Users following the skill will get the current best practice.

Source PRs

…entry/hono

Automated drift-fix run.

Co-Authored-By: Claude (claude-sonnet-4-5) <noreply@anthropic.com>
@HazAT HazAT merged commit 0caac6d into main May 29, 2026
5 checks passed
@HazAT HazAT deleted the skill-drift/sentry-cloudflare-sdk-skill-drift-fix-sentry-cloudflare-sdk-up-1780044227 branch May 29, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant