-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/cloudflare - hono
SDK Version
10.12.0
Framework Version
4.9.7
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://github.com/cobyeastwood183/cloudflare-hono-test
Steps to Reproduce
- add YOUR_DSN
- npm run dev
- visit http://localhost:8787
Expected Result
Expecting onError handler allows me to choose which errors to capture? Here are our set up docs.
Actual Result
The onError handler always captures unhandled error events in Sentry, even when Sentry.captureException is never called, instead it gets captured by errorHandler.
Additional Context
Metadata
Metadata
Assignees
Projects
Status
No status