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
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: