Failed to write to a request stream: stream does not exist with dd-trace
#2373
Labels
bug
Something isn't working
needs:triage
Issues that have not been investigated yet.
scope:node
Related to MSW running in Node
Prerequisites
Environment check
msw
versionNode.js version
v20.18.0
Reproduction repository
N/A
Reproduction steps
Just by running this simple node script I managed to reproduce it.
I'm using [email protected]
Current behavior
It is currently failing with
Invariant Violation: Failed to write to a request stream: stream does not exist
when dd-trace tries to callGET http://127.0.0.1:8126/dogstatsd/v2/proxy
.Expected behavior
It shouldn't fail and it should
passthrough
properly.The text was updated successfully, but these errors were encountered: