Overview
Laminar provides session replay for browser agents. Alongside your trace, you get a recording of the browser run synced with your spans (LLM calls, tool calls, and browser automation steps). This makes it much easier to debug failed automations and understand why the agent took a specific action.Session replay for browser agents
Laminar traces LLM calls via auto-instrumentation, and records browser sessions via native integrations with common browser automation frameworks: In the Laminar trace view, you can scrub the recording and correlate moments in the browser with the spans that produced them.Getting started
Follow the integration guide for your framework to enable tracing + session replay:Privacy: masking inputs
If your agent interacts with sensitive forms, configure session replay input masking so typed values aren’t recorded.- TypeScript
- Python
SessionRecordingOptions and Laminar.initialize.