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 package are you using?
@sentry/node
SDK Version
7.3.1
Framework Version
7.3.1
Link to Sentry event
No response
Steps to Reproduce
- Application throws an error
- The error is not handled by the application
- The error is captured by sentry
Expected Result
The error is captured as unhandled (handled = false)
Actual Result
The error is captured but is marked as handled (handled = true).
What is setting the handled flag as true?