Closed
Description
Is your feature request related to a problem?
Our Network Recording feature captures responseStatus via the PerformanceObserver API but this is barely supported across browsers currently and the API will likely always be limited to not collect request and response params.
Describe the solution you'd like
In addition to using the standard PerformanceObserver API, we could experiment with wrapping the network request codes such as Fetch or xmlhttprequest. We should be super careful here of course as we would be monkey-patching other peoples critical code
There is already a proposed extension for the recorder that we could help get across the line