# Stack Trace

While viewing an error session or session replay, you can see the corresponding **stack trace, console logs, network request response details** by using the **"Open in Dev Tools"** in the respective breadcrumbs.&#x20;

\
**1. To view the stack trace of a frontend error, click on the frontend error breadcrumb "Open in Dev Tools"**&#x20;

<figure><img src="/files/PL42JQZ2t4diblcMb1DP" alt=""><figcaption></figcaption></figure>

**2. To view console error details, click on the console error breadcrumb "Open in Dev Tools"**

<figure><img src="/files/7uXbtnOk0avozQ7MMwSP" alt=""><figcaption></figcaption></figure>

**3. To View network request response details, click on the XHR breadcrumb "Open in Dev Tools"**

<figure><img src="/files/vy1OUnNilMnjBrU3dgFq" alt=""><figcaption></figcaption></figure>


---

# 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://docs.zipy.ai/product-features/stack-trace.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.
