---
title: Issue Correlation with Error Tracking
description: Understand how errors are grouped into issues.
breadcrumbs: Docs > Error Tracking > Issue Correlation with Error Tracking
---

# Issue Correlation with Error Tracking

{% callout %}
##### Join the Preview!

Issue Correlation with Error Tracking is currently in Preview, but you can easily request access! Use this form to submit your request. Once approved, you can automatically map related issues across services, helping you trace problems to their true origin.

[Request Access](https://www.datadoghq.com/product-preview/error-tracking-issue-correlation/)
{% /callout %}

## Overview{% #overview %}

{% image
   source="https://datadog-docs.imgix.net/images/error_tracking/issue-correlation-overview-2.679ed529da2bdfb48f2edb746d705ccb.png?auto=format"
   alt="The view of the correlated issues tab in the context of the Error Tracking Explorer" /%}

You use Error Tracking to simplify debugging by grouping thousands of similar errors into a single issue. Use issue correlation to determine the cause of the issue, the impact it has on other services, and if the error is a result of a downstream dependency.

Issue correlation also helps reduce noise from the issue list by identifying the most critical issues. This allows you to alert the right team and reach a quicker resolution.

## Identify correlated issues{% #identify-correlated-issues %}

To identify which issues across your services are correlated, navigate to the Error Tracking page at [**Error > Issues**](https://app.datadoghq.com/error-tracking).

{% image
   source="https://datadog-docs.imgix.net/images/error_tracking/issue-correlation-et-page-2.771c7cd1630d091fec725a622afd57a1.png?auto=format"
   alt="The issues list in the Error Tracking Explorer" /%}

Select an issue to open the issue's details side panel.

{% image
   source="https://datadog-docs.imgix.net/images/error_tracking/issue-correlation-side-panel-2.11c29a6edc86f1f128fa94476837736b.png?auto=format"
   alt="The details of an issue in the Error Tracking Explorer" /%}

Open the `Correlated issues` tab to see the issue correlation map.

{% image
   source="https://datadog-docs.imgix.net/images/error_tracking/issue-correlation-correlation-tab-2.3eed92f82c0ebdf111ece28cf4b7bb60.png?auto=format"
   alt="The details of an issue in the Error Tracking Explorer focusing on the issue correlation tab" /%}

The issue correlation map shows the following information about a given issue:

- **Root cause**: the services that are likely to be causing the issue
- **Current issue**: the issue selected along with whether it is assigned to a team
- **Impact**: the resources, users, and sessions that are impacted

## Further Reading{% #further-reading %}

- [Learn about Error Tracking Monitors](https://docs.datadoghq.com/monitors/types/error_tracking)
- [Issue States in Error Tracking](https://docs.datadoghq.com/error_tracking/issue_states/)
