Unhandled promise rejections?

Hi, I would like to know why the captureUnhandledRejections is disabled by default. The client SDK states why it’s disabled but the node SDK doesn’t.
I want to make sure activating that option won’t introduce unwanted side-effect.

Thanks

That’s because it’s supported better in Node. Here’s the state of unhandledPromiseRejection support in browser land.