-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing handleRejections in logger options #1847
Conversation
In the future this should extend from a subset of `TransportStream` in https://github.com/winstonjs/winston-transport/blob/master/index.d.ts
Fixes #1801 |
Can someone please merge this PR urgently? It's quite an important and core feature to be able to log uncaught exceptions. |
The proposed changes are incomplete, Lines 90 to 99 in 7d0466f
Public API for upd: Just noticed that pull request #1842 introduces these exact changes |
are handleRejections and rejectionHandlers added in LoggerOptions in the lastet winston version ? |
No. Latest version was published on June last year - |
This should be solved via #2021 and go out in the next release. Thanks! |
In the future this should extend from a subset of
TransportStream
in https://github.com/winstonjs/winston-transport/blob/master/index.d.ts