# Developer Tools

Automatically Embed Developer-Friendly Data in Every TestBuddy Bug Report

Debugging becomes seamless with access to pertinent technical insights. QA engineers no longer need to manually share logs from developer tools when reporting issues.

TestBuddy automatically includes essential information such as console logs, network requests and logs, and system details in each bug report.

The following data is automatically appended to every bug report from Developer Tools:

* Console Statements (All, Error, Warning, Log, Info)
* Network Requests and Logs
* Timestamp (Timezone when you captured)
* URL
* Device
* Browser
* Window Size
* Screenshot Dimensions
* Bug Reporter
* IP Address
* Country

Custom Meta Data: Additionally, you can supplement bug reports with custom metadata, offering key : value pairs for engineers to utilize during debugging.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://testunity.gitbook.io/testbuddy-doc/features/developer-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
