-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add Sentry integration for Hono #12424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for suggesting this! We were already talking about a hono integration. Hono already provides their own Sentry middleware. @yusukebe, you are the core maintainer of the middleware. What do you think of adding a hono integration to our Sentry repository? We could also mention the hono middleware in our docs. |
Hi.
As you said, we have the middleware |
|
does |
@s1gr1d @yusukebe I believe the initial ticket was about supporting tracing, but as far as I could understand @hono/sentry only works for exceptions. Are there plans to support tracing on @hono/sentry, adding hono to @sentry/node or neither? |
Hi, @sam-lippert. What do you think of the above things? |
@wesleyakio @yusukebe The Sentry middleware for Hono is designed to be as lightweight as possible of a wrapper for |
Problem Statement
Add tracing integration for Hono (https://hono.dev/) to
@sentry/node
like other frameworks like Express, fastify, nest etc.Solution Brainstorm
If it's okay for you, I can create a PR with the integration within a week
The text was updated successfully, but these errors were encountered: