mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

- feat(tracing): mark API requests with "API" label - feat(tracing): do not attribute any resources to `route.` API calls; otherwise, network traffic might get inside the `route.` actions. - fix(tracing): map actionIds from primary contexts to actionIds from non-primary contexts - fix(tracing): show leading `/` in URL path in network panel This is a result of a pair-programming session with @pavelfeldman