-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
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
Thank you for your feature request – we love each and every one!
Blaked84, barralf, Berhart, djkgamc, saibs and 7 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request