Skip to content

Network Recording: Capture network request and response info #13450

Closed
@benjackwhite

Description

@benjackwhite

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions