You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/error_tracking/issue_states.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ further_reading:
8
8
9
9
## Overview
10
10
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:
12
12
13
13
-**FOR REVIEW**: Ongoing and in need of attention because the issue is new or it's a regression.
14
14
-**REVIEWED**: Triaged and needs to be fixed, either now or later.
15
-
-**IGNORED**: Requiring no additional investigation or action.
16
15
-**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
17
18
18
19
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.
19
20
@@ -44,7 +45,18 @@ See [Regression Detection][4].
44
45
45
46
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.
46
47
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
+
48
60
49
61
## Issue history
50
62
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.
0 commit comments