Skip to content

docs(deno): Add docs for Hono SDK (Deno)#18373

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

docs(deno): Add docs for Hono SDK (Deno)#18373
s1gr1d wants to merge 1 commit into
masterfrom
sig/hono-deno

Conversation

@s1gr1d

@s1gr1d s1gr1d commented Jun 11, 2026

Copy link
Copy Markdown
Member

DESCRIBE YOUR PR

Merge after this is released: getsentry/sentry-javascript#21450

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!

@s1gr1d s1gr1d requested a review from chargome June 11, 2026 12:57
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment Jun 11, 2026 1:08pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Jun 11, 2026 1:08pm

Request Review

Comment on lines +88 to +90
```bash {tabTitle:Deno}
deno add npm:@sentry/deno
```

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 Hono guide for Deno is missing the installation step for the @sentry/hono package, which will cause an import error for users following the documentation.
Severity: HIGH

Suggested Fix

In the "Install the Sentry SDK" section of the Hono guide, add a new tab for Deno with the corresponding installation command: deno add npm:@sentry/hono.

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#L88-L90

Potential issue: The documentation for integrating Sentry with Hono on the Deno runtime
is missing a crucial installation step. The guide instructs users to install the peer
dependency `@sentry/deno` but omits the instruction to install the main `@sentry/hono`
package. The provided code example then attempts to import from `@sentry/hono/deno`.
Since `@sentry/hono` was never installed, this will result in a module not found error,
preventing users from successfully setting up Sentry for their Hono application on Deno.

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

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.

2 participants