# Developer tools

Debugging can be difficult without the related technical details of the issue. QA engineers have to worry no more about sending the logs from dev tools separately while reporting the issues to the developers.

BetterBugs automatically attaches key information like console logs, network requests and logs, and system information to the generated bug report.

### Overview of all the details attached to every bug report for debugging purposes

#### General information

<table><thead><tr><th width="314">Detail name</th><th>Value(s)</th></tr></thead><tbody><tr><td>Workspace name</td><td>My Workspace (default)</td></tr><tr><td>Project name</td><td>My Project (default)</td></tr><tr><td>Options to share the report with the integrated tools</td><td>Jira, Linear, Slack, ClickUp, Asana, GitHub, MS Teams, Trello, Azure Boards, Notion</td></tr><tr><td>Share</td><td>Invite members or share using the report link</td></tr><tr><td>Visual proof</td><td>Screenshot, Screen recording, Rewind session video</td></tr><tr><td>Bug details</td><td>Bug title, Manually added or AI-generated description of the issue</td></tr><tr><td>Tags</td><td>Custom (upto 10 tags)</td></tr><tr><td>Priority</td><td>Urgent, High, Medium, Low</td></tr><tr><td>Status</td><td>Open, In Progress, Closed</td></tr><tr><td>Upload files</td><td>Add upto 5 files | Supported formats: Doc, Excel, PDF, Txt, Image, and Video</td></tr><tr><td>Comments/Activities</td><td>Custom/System generated</td></tr></tbody></table>

#### Technical details for developers that can be used while debugging

<table><thead><tr><th width="314">Detail name (from the devtools tabs)</th><th>Value(s)</th></tr></thead><tbody><tr><td>Info</td><td>Timestamp (Timezone when captured, Your timezone, UTC timezone), URL, Network Speed, Device, Browser Mode, Charging Status, Available Battery, Browser, Window Size, Screenshot Dimensions, Extension Version, App Version, Bug Reporter, IP Address, Country, Timezone, User Agent</td></tr><tr><td>Console</td><td>Info, Warning, Log, Error, Network Error</td></tr><tr><td>Network</td><td>Fetch/XHR, JS, CSS, WS, Media, Font, Doc, Manifest, Method, Status</td></tr><tr><td>Back-end</td><td>Event logs from Sentry (after Sentry integration)</td></tr><tr><td>Steps</td><td>Page navigation, Network errors, User activities</td></tr><tr><td>Metadata</td><td>Custom data as "<strong>Title</strong> and <strong>Value</strong>"  or <code>key: value</code> pairs added by the reporter</td></tr><tr><td>Application</td><td>Cookies, Local Storage, Session Storage</td></tr><tr><td>AI-Debugger</td><td>AI-powered root cause analysis, test cases, and possible solutions</td></tr></tbody></table>
