diff --git a/docs/product/issues/issue-priority/index.mdx b/docs/product/issues/issue-priority/index.mdx index b75f10430ba1b..340b2a4a685a0 100644 --- a/docs/product/issues/issue-priority/index.mdx +++ b/docs/product/issues/issue-priority/index.mdx @@ -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