Auto-capture console errors and network failures, export a 12-column Excel row in one click.
| Capture Scope | Runtime errors, unhandled Promise rejections, console.error, console.warn |
|---|---|
| Levels | error + warn (no info/log) |
| Timing | From page load (document_start, MAIN world) |
| Limit | Max 30 entries, latest 10 in report |
| Fields | Message + source (file:line:col) + stack |
| Detection | PerformanceObserver on resource entries |
|---|---|
| Failure Threshold | HTTP status β₯ 400 |
| Limit | Max 20 entries, latest 5 in report |
| Fields | URL (sanitized), method, status code, status text |
| URL Sanitization | token/key/secret/password/auth β *** |
Sensitive params like token/key/secret/password are auto-replaced with ***
Checked by default β users can opt out at any time
Only collected on submit, no background monitoring
Diagnostics are assembled locally and sent only when the user sends the email
| Description | Type | Screenshot | URL | Page Title | Browser | OS | Screen | Viewport | Time | Console | Network |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Submit button overlaps Cancel button on mobile | Bug | Paste PNG | https://app.example.com/dashboard | User Dashboard | Chrome 126 | Windows 11 | 1920 Γ 1080 | 375 Γ 667 | 2026-08-18 14:30 | Cannot read property... (app.js:142) | GET /api/users [401] |
| Chart not rendering on dashboard load | Bug | Paste PNG | https://app.example.com/analytics | Analytics Overview | Edge 126 | macOS 14 | 2560 Γ 1440 | 1440 Γ 900 | 2026-08-18 09:15 | ReferenceError: chartData is not defined (chart.js:28) | POST /api/metrics [500] |
| Login form shows error on valid credentials | Bug | Paste PNG | https://app.example.com/login | Sign In | Chrome 125 | Windows 10 | 1920 Γ 1080 | 1280 Γ 720 | 2026-08-17 16:42 | TypeError: undefined is not a function (auth.js:67) | POST /auth/login [502] |
| Product image carousel skips every other slide | Bug | Paste PNG | https://shop.example.com/product/123 | Product Detail β Wireless Headphones | Chrome 126 | Windows 11 | 1920 Γ 1080 | 1920 Γ 937 | 2026-08-16 11:08 | Warning: forceUpdate in Carousel (deprecated) (carousel.js:134) | GET /cdn/images/hero.webp [404] |
Single-row TSV with all 12 columns of data β paste into any spreadsheet
12-column header row TSV for first-time table setup
Attach structured diagnostics to bug tickets β no manual copy-paste from DevTools
Receive console errors and failed requests with every bug report
Track bugs in a spreadsheet with consistent 12-column structure