You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up timber with winston logging and recently the timber service seemed to be offline and made my app crash with this unhandled promise rejection error:
2020-09-19T22:08:17.726Z - error: unhandledRejection: Error: Service Unavailable
2020-09-19T22:08:17.726289694Z app[web.1]: at Node.sync [as _sync] (/app/node_modules/@timberio/node/src/node.ts:54:13)
There doesn't seem to be a way to catch this promise rejection when consuming the winston library as a client. Imo, it should probably be caught by the library
Hi,
I set up timber with winston logging and recently the timber service seemed to be offline and made my app crash with this unhandled promise rejection error:
There doesn't seem to be a way to catch this promise rejection when consuming the winston library as a client. Imo, it should probably be caught by the library