Skip to content
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

UnhandledRejection errors should have level:fatal by default #13700

Open
romtsn opened this issue Sep 16, 2024 · 0 comments
Open

UnhandledRejection errors should have level:fatal by default #13700

romtsn opened this issue Sep 16, 2024 · 0 comments
Labels
Package: node Issues related to the Sentry Node SDK

Comments

@romtsn
Copy link
Member

romtsn commented Sep 16, 2024

Description

Because we terminate the process in the case of facing an unhandled promise rejection error, we should set its level to fatal (currently it defaults to error). Note that there are multiple modes, so we might wanna do this only when the mode is strict.

@romtsn romtsn added Package: core Issues related to the Sentry Core SDK Package: node Issues related to the Sentry Node SDK and removed Package: core Issues related to the Sentry Core SDK labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: node Issues related to the Sentry Node SDK
Projects
None yet
Development

No branches or pull requests

1 participant