-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Guide
Rishap Gandhi edited this page Jun 15, 2026
·
1 revision
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)
- Click extension icon → "Capture Now"
- Or press Alt+Shift+D
When enabled, automatically captures on uncaught errors.
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
| 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) |