Skip to content

Commit

Permalink
fix(OTel): Switch "flag" to tag throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
rhetoric101 committed Jun 1, 2022
1 parent 028295d commit 06a74ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/docs/errors-inbox/errors-inbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import jiraint from 'images/jiraint.png'

import errorsBulkActions from 'images/errors-bulk-actions.png'

import regressionFlagText from 'images/regression-flag-text.png'
import regressionTagText from 'images/regression-tag-text.png'

Errors inbox is a single place to proactively detect, triage, and take action on all the errors before they impact customers. Receive alerts whenever a critical, customer-impacting error arises via your preferred communication channel, like Slack.

Expand Down Expand Up @@ -123,14 +123,14 @@ Your errors inbox displays the total number of occurrences of each error group w

Using the dropdown in the top right, you can sort the list of grouped errors by the number of occurrences or by the error that was last seen (latest first).

### Regression flag
### Regression tag

An error group is tagged with a regression tag when a new error matches a resolved error group’s fingerprint. The regression flag will disappear once a regressed error group's state is changed.
An error group is tagged with a regression tag when a new error matches a resolved error group’s fingerprint. The regression tag will disappear once a regressed error group's state is changed.

<img
title="Screenshot of regression flag text."
alt="Screenshot of regression flag text."
src={regressionFlagText}
title="Screenshot of regression tag text."
alt="Screenshot of regression tag text."
src={regressionTagText}
/>

### Bulk actions
Expand Down
File renamed without changes

0 comments on commit 06a74ab

Please sign in to comment.