> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/knowledge-base/how-to-articles/send-a-trace-report.md).

# Send a trace report

If you are experiencing an issue with Devolutions Cloud, our customer support techicians may ask you to send a trace report to help diagnose the problem. Follow the steps below to generate and send them a trace report.

{% hint style="danger" %}
HAR files can contain sensitive data, including content of the pages you downloaded while recording and your cookies. This allows anyone with the HAR file to impersonate your account and all the information that you submitted while recording (personal details, passwords, credit card numbers, etc.). Protect your session data by [sanitizing your HAR files](https://har-sanitizer.pages.dev/) before sharing.
{% endhint %}

1. Open the browser’s developer tools by pressing <kbd>F12</kbd> on your keyboard (in Chrome or most modern browsers).
2. Click the ***Console*** tab.

   ![](https://cdnweb.devolutions.net/docs/INTERFACE4078.png)
3. Click the ***Clear*** button to remove any unrelated data.

   ![](https://cdnweb.devolutions.net/docs/INTERFACE4079.png)
4. Reproduce the issue in the Devolutions Cloud web interface, as requested by our customer support team.
5. Right-click anywhere inside the console output area, select ***Save as...***, and save the file as a `.log`.
6. Click the ***Network*** tab.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4675.png)
7. Click the ***Clear*** button to remove any unrelated data and check ***Preserve log*** to ensure all actions are recorded.

   ![](https://cdnweb.devolutions.net/docs/INTERFACE4085.png)
8. Reproduce the issue again.
9. Click the ***Export HAR*** (arrow down) button to export the trace report.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4677.png)
10. Remove sensitive session data by [sanitizing your HAR files](https://har-sanitizer.pages.dev/) before sharing. Click ***Browse*** and select your HAR file. Select the following elements if they are listed:
    * `key`
    * `__Host-sid-*`
11. Click on ***Download Sanitized HAR***.
12. Email both the sanitized `.har` and `.log` files to <service@devolutions.net>, and include your support ticket number for reference.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.devolutions.net/server/knowledge-base/how-to-articles/send-a-trace-report.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.
