Skip to content

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

Open
s1gr1d wants to merge 3 commits into
masterfrom
sig/hono-deno
Open

docs(deno): Add docs for Hono SDK (Deno)#18373
s1gr1d wants to merge 3 commits 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)
develop-docs Ready Ready Preview, Comment Jun 12, 2026 11:53am
sentry-docs Ready Ready Preview, Comment Jun 12, 2026 11:53am

Request Review

Comment thread docs/platforms/javascript/guides/hono/index.mdx
Comment thread docs/platforms/javascript/guides/hono/index.mdx
Comment on lines 85 to 94
npm install @sentry/bun
```

```bash {tabTitle:Deno}
deno add npm:@sentry/deno
```

</SplitSectionCode>
</SplitSection>
</SplitLayout>

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 Deno installation guide is missing the instruction to install the main @sentry/hono package, which will cause an import error when following the code example.
Severity: MEDIUM

Suggested Fix

Add a "Deno" tab to the first installation step's code block. This tab should contain the command deno add npm:@sentry/hono to ensure users install the main package before proceeding.

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#L85-L94

Potential issue: The documentation for setting up Sentry with the Hono framework for the
Deno runtime is incomplete. The first installation step, which instructs users to
install the main `@sentry/hono` package, is missing a tab with the command for Deno
users. The second step correctly shows how to install the `@sentry/deno` peer
dependency. However, the code example provided later in the guide relies on an import
from `@sentry/hono/deno`, which will fail if the main `@sentry/hono` package is not
installed. This creates a broken onboarding experience for Deno users, as following the
documented steps will lead to an import error.

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