Skip to content

Commit

Permalink
Add log level info to priority definition (#10958)
Browse files Browse the repository at this point in the history
* Add log level info to priority definition

* Update docs/product/issues/issue-priority/index.mdx

Co-authored-by: vivianyentran <[email protected]>

---------

Co-authored-by: vivianyentran <[email protected]>
  • Loading branch information
snigdhas and vivianyentran committed Aug 6, 2024
1 parent d601c3a commit 257526c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/product/issues/issue-priority/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ When Sentry receives an event, it assigns a priority to the issue based on the e

There are three discrete priority levels for issues in Sentry:

- **High**: Issues that are likely to be actionable and require immediate attention.
- **Medium**: Issues that are likely to be actionable and require attention in the near future.
- **Low**: Issues that don't require immediate attention.
- **High**: Issues that are likely to be actionable and require immediate attention, such as `ERROR` and `FATAL` events.
- **Medium**: Issues that are likely to be actionable and require attention in the near future, including `WARNING` events.
- **Low**: Issues that don't require immediate attention, including `DEBUG` and `INFO` events.

### Enhanced Issue Priority

Expand Down

0 comments on commit 257526c

Please sign in to comment.