docs(hono): Remove beta warning#17912
Open
s1gr1d wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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?"> |
Contributor
There was a problem hiding this comment.
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.
Member
Author
There was a problem hiding this comment.
We already removed the beta label: https://www.npmjs.com/package/@sentry/hono
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: