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 Sep 12, 2022. It is now read-only.
If I want to prevent recording of server response based on body. e.g.
statusCode: 200, body: { error: "No server" errorDescription: "Server is not serving" }
Since response body can only be captured thru a callback, shouldRecord does not work in the given scenario.
The text was updated successfully, but these errors were encountered: