raven-node
raven-node copied to clipboard
enable captureUnhandledRejections by default
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.