raven-node icon indicating copy to clipboard operation
raven-node copied to clipboard

enable captureUnhandledRejections by default

Open kvn1338 opened this issue 7 years ago • 0 comments

enable captureUnhandledRejections by default to match the raven-js clients behaviour documented here: https://docs.sentry.io/clients/javascript/config/

captureUnhandledRejections By default, Raven captures all unhandled promise rejections using standard unhandledrejection event. If you want to disable this behaviour, set this option to false.

kvn1338 avatar May 30 '18 08:05 kvn1338