---
title: "How to View Retrace Error Details"
slug: "errors-error-details-and-sharing-options"
description: "The information you gather about errors helps to diagnose why your app is not working as planned. Read more about error details and sharing options."
updated: 2019-08-06T06:53:45Z
published: 2019-08-06T06:53:45Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing Error Details

In the [Errors Dashboard](https://docs.stackify.com/docs/errors-dashboard) you can view an Error Detail page to get a more thorough and in-depth look at both individual and recurring errors. The information on all the errors you gather here will be helpful in diagnosing why your app is not working as intended. Read below to learn more about the Error Details.

Click on the **Errors** tab and click on the **View Errors** link.

![View Errors](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/View%20Errors.png)

Click on the exception message on a specific error as shown in the Errors Dashboard.

![Error](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Error.png)

## Individual Errors

The **Error Detail** page helps you examine the source of the exception. It consists of two tabs: Details and Logs.

### Details

The **Details** tab provides information and details of the error.

![Details](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Details.png)

If configured, Retrace will retrieve information about a current HTTP request such as POST data, Query strings, Server variables, and others. To get this information and to list it in the Error Details page for .NET apps, add the following keys into the appSettings section of your App/Web.config:

```
<appSettings>
    <add key="Stackify.CaptureErrorHeaders" value="true" />
    <add key="Stackify.CaptureErrorPostdata" value="true" />
    <add key="Stackify.CaptureServerVariables" value="true" />
    <add key="Stackify.CaptureSessionVariables" value="true" />
    <add key="Stackify.CaptureErrorCookies" value="true" />
</appSettings>
```

To learn how to get Web Request details for your Java Apps, read [Java Servlet Filters](https://docs.stackify.com/docs/errors-and-logs-configure-java-servlet-filters).

### Logs

The **Logs** tab shows the error in context with the app's other logging messages. Get additional error messages to see what happened before the error occurred. Select the **view more** button to proceed to the Log Dashboard where you can get a better picture of the error by seeing it in line with your logging statements.

![Logs](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Logs.png)

Click on **View all Occurrences** tab to get the recurring errors. It displays a graph of the recurring errors and displays the details of the last error that occurred such as the Location, Stack Trace, and HTTP Request.

![View All Occurences](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/View%20All%20Occurences.png)

## Recurring Errors

### Resolving Errors

Click on the **Resolve** button to indicate that this error is already resolved unless it recurs. If it does recur, the error would then be categorized as a Regressed error. This process helps in application troubleshooting to determine which errors are fixed, recurring and need to be fixed.

![Resolve](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Resolve.png)

### Ignoring Errors

To hide a certain type of exception from showing up in the dashboard, you can ignore (and later unignore) a group of errors.

![Ignore](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Ignore.png)

### Occurrences

The **Occurrences** tab shows a list of individual errors and its corresponding error message. It specifies the time and location of the error. Select an individual error for further investigation.

![Occurrences](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Occurrences.png)

## Sharing Exceptions

Click on the **Share** button and choose from the different sharing options. Sharing options are available in both individual and recurring errors respectively. Refer to the images below:

![Share](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Share.png)

![Share2](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Share2.png)

### Sharing a Link

Copy the link of an error and it will allow any Retrace user to view the page containing the error details.

![Link](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Link.png)

### Sharing Through Email

You can also email the exception to a member of your team. This email will include the error details along with the link to view more about the error in Retrace.

![Email](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/Email.png)

### Using the JIRA Integration

First, configure the [Jira Integration](https://docs.stackify.com/docs/integrations-jira), then you can send Retrace errors directly to the Jira cloud. These errors will be automatically associated in Jira as a work item and can be assigned an issue type and priority level.

![13_Jira](https://cdn.document360.io/3fcaf473-a1ef-4778-aa2c-fd28411c2b01/Images/Documentation/13_Jira.png)

### Using the TFS Integration

Configure the [TFS integration](https://docs.stackify.com/docs/integrations-tfs) first to send errors to TFS.

![](http://support.stackify.com/wp-content/uploads/2017/10/Error4SS.png)

### Using the Axosoft Integration

Configure [Axosoft integration](https://docs.stackify.com/docs/integrations-axosoft) and you can export the error to Axosoft. Select the appropriate options in the form, fill out the summary, then click **Create** button to send the errors to Axosoft for tracking.

![](http://support.stackify.com/wp-content/uploads/2017/10/Error5SS-1.png)
