🚀 Feature Request
Add the ability to extend the trace viewer with custom extensions.
What can these extensions do?
- Add custom bottom panels with UI
- Access to trace zip
- ??
Example
Examples of extensions:
- View messages between web-workers, service workers, and iframes.
- Custom back-end trace log viewer
- React / Redux / Tanstack
- State diagrams
- Anything company specific
Motivation
I love the Playwright Trace Viewer, it has been so useful for debugging problems locally and in CI/CD. To extend debugging capabilities, custom extension panels would make the tool much more powerful.