Skip to content

docs(hono): Remove beta warning#17912

Open
s1gr1d wants to merge 1 commit into
masterfrom
sig/hono-stable
Open

docs(hono): Remove beta warning#17912
s1gr1d wants to merge 1 commit into
masterfrom
sig/hono-stable

Conversation

@s1gr1d
Copy link
Copy Markdown
Member

@s1gr1d s1gr1d commented May 28, 2026

DESCRIBE YOUR PR

Removes beta warning and also adds a small comment to the node import.

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

@s1gr1d s1gr1d requested a review from chargome May 28, 2026 15:35
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment May 28, 2026 3:48pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored May 28, 2026 3:48pm

Request Review

@s1gr1d s1gr1d requested review from inventarSarah and removed request for chargome May 28, 2026 15:35
Comment on lines 9 to 14
- server-node
---

<Alert level="warning" title="Beta">

This SDK is currently in **beta**. Beta features are still in progress and may have bugs.
Please reach out on [GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback or concerns

</Alert>

The `@sentry/hono` SDK supports Hono 4+ across multiple runtimes: Cloudflare Workers, Node.js, and Bun. It works as Hono middleware, so you can drop it into your existing app with minimal setup.

<Expandable title="Are you using @hono/sentry?">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The beta warning for the @sentry/hono SDK is being removed, but evidence suggests the SDK is still in beta. This misleads users about the SDK's production readiness.
Severity: MEDIUM

Suggested Fix

The beta warning should be reinstated until there is clear evidence, such as a stable release announcement or a changelog entry, confirming that the @sentry/hono SDK is no longer in beta. Alternatively, the PR should be updated to include a link to this evidence.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.

Location: docs/platforms/javascript/guides/hono/index.mdx#L9-L14

Potential issue: The pull request removes the beta status warning from the Hono SDK
documentation. However, external information suggests that the `@sentry/hono` SDK is
still in beta. By removing this warning without confirmation of a stable release (e.g.,
a changelog or release announcement), the documentation may mislead users into believing
the SDK is fully production-ready. This could lead them to use beta-quality software in
production environments, potentially encountering bugs or instability they were not
warned about. The warning's removal also discourages beta-specific feedback.

Did we get this right? 👍 / 👎 to inform future reviews.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already removed the beta label: https://www.npmjs.com/package/@sentry/hono

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.

1 participant