I want to log Unhandled Promise Rejections which are logged to the console in dev mode like this:

I thought setting config.verbosity to SdkVerbosity.WARN allows this, but it is not.
Is it even possible or have done something wrong during initialization DataDog instance?
https://github.com/PawelLampliapps/DataDogAsyncExceptionTestApp - example app I was testing on.