-
Notifications
You must be signed in to change notification settings - Fork 207
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
sentry-middleware: Switch from toucan-js
to @sentry/cloudflare
#943
Comments
@jbergstroem Thank you for the issue. Hi @sam-lippert, Can you handle this? |
@yusukebe I'll start taking a look this weekend. |
@sam-lippert Thanks! |
Hi @sam-lippert. Is there any progress yet? Sentry is currently working on a Hono guide that utilizes @yusukebe @sam-lippert do you see a way to add a cross platform middleware or at least support node, bun, Cloudflare Workers and maybe deno? |
@schettn I had done a little digging and found that |
Hi, thanks for the tag! I'm a bit booked with stuff so excuse my naive question: What is the concrete ask from Sentry? Do you need an exported I'm not deeply involved with cloudflare or hono, so I can forward the request to the respective experts once I know what you need :) |
Hi @Lms24, the ask is to be able to init Sentry in a cross-platform Hono middleware rather than requiring the middleware/packages/sentry/src/index.ts Lines 34 to 43 in 57b9f5d
I'm not sure yet if exporting |
@sam-lippert a middleware shouldn't be too much effort. I'll put it onto my backlog. |
Which middleware is the feature for?
@hono/sentry
What is the feature you are proposing?
Upstream is deprecating toucan-js in favor of @sentry/cloudflare.
New library: https://github.com/getsentry/sentry-javascript/tree/develop/packages/cloudflare
The text was updated successfully, but these errors were encountered: