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
We implemented some custom error handling on our express server with an error handling middleware function. The idea was to handle exceptions and send error messages and stack traces to a log so we could correct them in a timely fashion.
We implemented some custom error handling on our express server with an error handling middleware function. The idea was to handle exceptions and send error messages and stack traces to a log so we could correct them in a timely fashion.
Problem is the error event emissions seem to be getting captured before express gets ahold of them.
Any idea what might be doing this?
The text was updated successfully, but these errors were encountered: