诊断 Excel

自动抓取控制台错误与网络失败,一键导出12列Excel行。

自动采集控制台错误
错误与警告自动抓取——包含消息、来源位置与堆栈。
抓取范围运行时错误、未捕获Promise rejection、console.error、console.warn
级别error + warn(不含info/log)
采集时机页面加载即开始(document_start,MAIN世界注入)
上限最多30条,报告中取最近10条
字段消息 + 来源(文件:行号:列号)+ 堆栈
🔴 Console
🔴 Cannot read property 'map' of undefined app.bundle.js:142:18
🟡 Deprecated: componentWillMount will be removed react.js:2384:12
🔴 ReferenceError: handleClick is not defined index.js:45:8
自动采集失败请求
失败的网络请求(HTTP ≥ 400)自动抓取——URL、方法、状态码与状态文本。
检测方式PerformanceObserver监听resource条目
失败判定HTTP状态码 ≥ 400
上限最多20条,报告中取最近5条
字段URL(脱敏)、方法、状态码、状态文本
URL脱敏token/key/secret/password/auth → ***
🟡 Network
🟡 GET https://api.example.com/users?token=*** [401] Unauthorized
🟡 POST https://api.example.com/orders [500] Internal Server Error
🟡 GET https://cdn.example.com/style.css [404] Not Found
隐私优先的诊断
敏感数据受保护,采集为可选,且不上传。
🔒

URL脱敏

token/key/secret/password等敏感参数自动替换为***

用户自主选择

默认勾选包含诊断信息,可随时取消

按需一次性采集

仅提交时采集,不做后台持续监听

🚫

不上传

诊断信息仅在本地组装,随邮件由用户主动发送

12列Excel行,一键复制
复制结构化TSV行到剪贴板——粘贴到Excel、Google Sheets或Numbers即得格式化表格。
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]
📋

复制Excel行

含全部12列数据的单行TSV——粘贴到任何表格

📋

复制Excel表头

12列表头TSV,用于首次建表

完整邮件正文预览
勾选「包含技术诊断信息」后,邮件正文将自动包含结构化诊断内容。
谁需要诊断
🧪

QA工程师

为Bug工单附带结构化诊断——无需从DevTools手动复制

💻

开发者

每份Bug报告都收到控制台错误与失败请求

📊

产品经理

用统一12列结构的表格追踪Bug

探索更多
别再从DevTools复制粘贴了。
永久免费,无需注册。几秒安装,今天就能发送你的第一份结构化Bug报告。
免费添加到 Chrome