Notte captures comprehensive debugging data for every browser session automatically.
What's captured per session:
- Video replay: Full recording of the browser viewport - see exactly what happened
- Network logs: Every HTTP request and response, including headers, timing, and payload sizes
- Console output: JavaScript console.log, warnings, and errors
- AI agent decisions: When using agents, see the reasoning behind each action
- Screenshots: Automatic captures at key moments (navigation, clicks, errors)
- DOM snapshots: Page structure at each step
How to access:
- Console dashboard: Visual timeline with replay, logs, and network waterfall
- API: Programmatic access to all session data for integration with your monitoring stack
- Export: Download session data for offline analysis
Debugging workflow:
- A scraping job fails on 3 out of 100 pages
- Open the failed sessions in the Notte console
- Watch the replay to see what the browser encountered
- Check network logs for blocked requests or unexpected redirects
- See the AI agent's reasoning to understand why it took a wrong turn
- Fix and redeploy - no need to reproduce locally
Retention:
Configurable retention periods. Enterprise plans support custom retention and archival.
Start at console.notte.cc.