Skip to content

Usage Guide

Rishap Gandhi edited this page Jun 15, 2026 · 1 revision

Usage Guide

Recording

Recording starts automatically when enabled. The extension captures:

  • Console logs (log, warn, error, info, debug)
  • Network requests (fetch, XHR) with request/response
  • JavaScript errors (uncaught + unhandled rejections)

Capturing

Manual Capture

  • Click extension icon → "Capture Now"
  • Or press Alt+Shift+D

Auto-Capture

When enabled, automatically captures on uncaught errors.

Viewing Captures

Open the side panel to see captured sessions. Switch between tabs:

  • Console — Color-coded by severity
  • Network — Status, method, URL, duration
  • Errors — Message + stack trace

Exporting

Format Use Case
Copy for AI Paste into ChatGPT/Claude for debugging help
JSON Programmatic analysis, custom tooling
HTML Share with teammates (self-contained, no tools needed)

Clone this wiki locally