Skip to content

Commit 03a8429

Browse files
committed
add excluding an issue section
1 parent 70bac09 commit 03a8429

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

content/en/error_tracking/issue_states.md

Lines changed: 13 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 will 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,16 @@ 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. 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.
53+
54+
{{< img src="error_tracking/issue-states-excluded.png" alt="Excluded in issue status dropdown" style="width:100%;" >}}
55+
56+
To restart the error collection of an excluded issue, choose a status other than **EXCLUDED**.
57+
4858

4959
## Issue history
5060
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.
270 KB
Loading
-325 KB
Binary file not shown.
-15.5 KB
Loading

0 commit comments

Comments
 (0)