Skip to content

Commit 8c0f7b7

Browse files
committed
add excluding an issue section
1 parent 70bac09 commit 8c0f7b7

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

content/en/error_tracking/issue_states.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ further_reading:
88

99
## Overview
1010

11-
All issues in Error Tracking have a status to help you triage and prioritize issues or dismiss noise. There are four statuses:
11+
All issues in Error Tracking have a status to help you triage and prioritize issues or dismiss noise. There are five statuses:
1212

1313
- **FOR REVIEW**: Ongoing and in need of attention because the issue is new or it's a regression.
1414
- **REVIEWED**: Triaged and needs to be fixed, either now or later.
15-
- **IGNORED**: Requiring no additional investigation or action.
1615
- **RESOLVED**: Fixed and no longer occurring.
16+
- **IGNORED**: Requiring no additional investigation or action.
17+
- **EXCLUDED**: Requiring no additional investigation or action, stops collecting new errors and no longer count towards usage or billing
1718

1819
All issues start with a FOR REVIEW status. Error Tracking automatically updates the status in the cases described below, or you can [manually update the status](#updating-an-error-status). You can also [view the history](#issue-history) of a given error's state changes.
1920

@@ -44,7 +45,18 @@ See [Regression Detection][4].
4445

4546
The issue status appears anywhere the issue can be viewed, such as in the issues list or on the details panel for a given issue. To manually update the status of an issue, click the status and choose a different one in the dropdown menu.
4647

47-
{{< img src="error_tracking/updating-issue-status-2.png" alt="The Activity Timeline in the Error Tracking Issue" style="width:100%;" >}}
48+
{{< img src="error_tracking/updating-issue-status.png" alt="The Activity Timeline in the Error Tracking Issue" style="width:100%;" >}}
49+
50+
## Excluding an issue
51+
52+
Exclude specific errors from error tracking, preventing further collection and ensuring they do not count toward billing. This allows you to clean up non-actionable errors or expected failures issues without complex exclusion rules.
53+
54+
To manually exclude an issue, click the issue status and choose **EXCLUDED** in the dropdown menu. Excluded issues remain accessible in the **Ignored** tab, you can review their history at any time.
55+
56+
{{< img src="error_tracking/issue-states-excluded.png" alt="Excluded in issue status dropdown" style="width:100%;" >}}
57+
58+
To restart the error collection of an excluded issue, choose a status other than **EXCLUDED**.
59+
4860

4961
## Issue history
5062
View a history of your issue activity with the **Activity Timeline**. On the details panel of any Error Tracking issue, view the Activity Timeline by clicking the **Activity** tab.
294 KB
Loading
Binary file not shown.
55.5 KB
Loading

0 commit comments

Comments
 (0)