Session Replay and Tracing
One of the most powerful features of using Index is its built-in tracing and observability. Both in OSS package and in the Index API, you get:
- Full Browser Session Replay: Watch exactly what the browser agent saw and did during execution
- Synchronized Traces: See the agent’s internal reasoning process alongside browser actions
- Performance Metrics: Track duration, token usage, and other performance indicators
- Error Analysis: Easily identify and debug failures or unexpected behaviors
Setup
To ensure your browser agent sessions are properly traced, make sure you’ve initialized Laminar at the start of your application.
You can do this by calling Laminar.initialize()
at the start of your application. You can also set the LMNR_PROJECT_API_KEY
environment variable instead of passing it directly.
All browser agent activities will automatically be traced and recorded in the Laminar platform, where you can access the session replays and analysis. You can access session recordings in the traces
tab of the Laminar platform.
Visualizing Browser Agent Sessions
The Laminar platform provides a comprehensive visualization interface where you can:
- Watch time-synced recordings of what the browser agent saw and interacted with
- Follow the agent’s thought process and decision-making
- Review extracted data and final outcomes
- Debug issues by identifying exactly where and why things went wrong
- Speed up session replays up to 8x for faster debugging
This visual replay gives you unprecedented insight into how the browser agent interprets and executes your instructions, making it easier to refine your prompts and build robust web automation workflows.