UnhandledRejection errors should have level:fatal
by default
#13700
Labels
Package: node
Issues related to the Sentry Node SDK
Content-Length: 235614 | pFad | http://github.com/getsentry/sentry-javascript/issues/13700
7Blevel:fatal
by default
#13700
Fetched URL: http://github.com/getsentry/sentry-javascript/issues/13700
Alternative Proxies:
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 toerror
). Note that there are multiple modes, so we might wanna do this only when the mode isstrict
.The text was updated successfully, but these errors were encountered: