Add missing handleRejections in logger options#1847
Add missing handleRejections in logger options#1847t-moennich wants to merge 1 commit intowinstonjs:masterfrom
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
TransportStreamin https://github.com/winstonjs/winston-transport/blob/master/index.d.ts