diff --git a/docs/product/issues/issue-priority/index.mdx b/docs/product/issues/issue-priority/index.mdx index 887aec89378c2..b75f10430ba1b 100644 --- a/docs/product/issues/issue-priority/index.mdx +++ b/docs/product/issues/issue-priority/index.mdx @@ -8,7 +8,7 @@ Issue priority sorts the issues Sentry receives into **High**, **Medium** and ** ## How Priority Works -When Sentry receives an event, it assigns a priority to the issue based on the event's **log level** (for error issues) or **actionability** (for non-error issues like performance). For Python and Javascript projects, Sentry will also consider the error message, whether or not the error is handled, and historical actions taken on similar issues. +When Sentry receives an event, it assigns a priority to the issue based on the event's **log level** (for error issues) or **actionability** (for non-error issues like performance). There are three discrete priority levels for issues in Sentry: @@ -16,6 +16,16 @@ There are three discrete priority levels for issues in Sentry: - **Medium**: Issues that are likely to be actionable and require attention in the near future. - **Low**: Issues that don't require immediate attention. +### Enhanced Issue Priority + + + +This feature is available only if your organization is on either a [Business](https://sentry.io/pricing/) or [Trial](/pricing/#product-trials) Plan. + + + +In addition to the log level or actionability, the enhanced priority calculations will consider factors such as the error message, whether or not the error is handled, and historical actions taken on similar issues, when determining the priority of an issue for Python or JavaScript projects. + ### Automatic Priority Updates Sentry continuously monitors the volume of events for each issue. If there's a surge of events for a particular issue (it escalates), its priority level will be automatically bumped up. See the [escalating issues algorithm](/product/issues/states-triage/escalating-issues/) for more information on how escalations are identified. When an issue de-escalates, its priority will go back down to the previous level.