🚀 Feature Request
Playwright already has excellent tracing/replay tooling internally.
One thing that feels increasingly interesting for agentic/stateful workflows is easier integration with external observability systems (Langfuse, OpenTelemetry, custom trace pipelines, etc.).
Would there be value in exposing lightweight trace-correlation hooks/APIs for:
- associating Playwright sessions with external trace IDs
- attaching browser execution metadata to distributed traces
- replaying frontend execution alongside backend spans/tool calls
- debugging cross-system divergence in complex workflows
Not suggesting Playwright become an observability platform itself — more about enabling richer external integrations.
Example
No response
Motivation
This feels especially relevant for:
- AI agents operating through browser environments
- multi-service E2E workflows
- non-deterministic state bugs
- replay-based debugging systems
🚀 Feature Request
Playwright already has excellent tracing/replay tooling internally.
One thing that feels increasingly interesting for agentic/stateful workflows is easier integration with external observability systems (Langfuse, OpenTelemetry, custom trace pipelines, etc.).
Would there be value in exposing lightweight trace-correlation hooks/APIs for:
Not suggesting Playwright become an observability platform itself — more about enabling richer external integrations.
Example
No response
Motivation
This feels especially relevant for: