Uh oh!
There was an error while loading. Please reload this page.
feat(trace): attribute requests to service workers and api request contexts - #42328
Conversation
…ntexts Har entries now reference their originator: new `_serviceWorkerRef` and `_apiRequestRef` fields replace the `_apiRequest` boolean, and the network tab shows `service-worker#N` / `api#N` in the Source column for requests that do not belong to a page. Trace format is bumped to v9 with a modernizer step converting `_apiRequest` to `_apiRequestRef`.
Test results for "MCP"1 failed 8122 passed, 1341 skipped Merge workflow run. |
Test results for "tests 1"19 flaky51222 passed, 1236 skipped Merge workflow run. |
Hi, I'm the Playwright bot and I took a first look at the failing CI. 🟢 The one failure is a pre-existing flake — this PR is clearThe only red is DetailsOverall: 1 failed, 8122 passed. The single failure doesn't overlap with anything this PR modifies ( Pre-existing flake / infra
Triaged by the Playwright bot - agent run |
9642f57
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
_serviceWorkerRefand_apiRequestReffields replace the_apiRequestboolean.service-worker#N/api#Nfor requests that do not belong to a page._apiRequestinto_apiRequestRef.