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
Certain http errors are not causing the "record" event to be emitted, making my http recorder logic not run. For example, if I call a url that doesn't exist (and I would imagine timeouts). I would like to be able to record events like this for testing purposes
I believe this is because you are hooking into the node "response" event, which is probably not fired for errors in which there is no response, like timeouts. What do you think?
The text was updated successfully, but these errors were encountered:
I think having an "error" event that you could subscribe to for timeouts etc would be very helpful! If you like to dig into it I'd be happy to review a PR
Certain http errors are not causing the "record" event to be emitted, making my http recorder logic not run. For example, if I call a url that doesn't exist (and I would imagine timeouts). I would like to be able to record events like this for testing purposes
I believe this is because you are hooking into the node "response" event, which is probably not fired for errors in which there is no response, like timeouts. What do you think?
The text was updated successfully, but these errors were encountered: