Skip to content

Commit

Permalink
ref(alerts): Add mention of limits (#7259)
Browse files Browse the repository at this point in the history
* ref(alerts): Add mention of limits

* fix link

* fix other link -_-
  • Loading branch information
ceorourke authored Jun 26, 2023
1 parent ab33abb commit 15392c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/docs/product/alerts/create-alerts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ To create alerts:
You can also create an alert by duplicating an existing issue or metric alert rule. To do so, navigate to **Alerts** and click "Duplicate" in the context menu (under "Actions") on the row with the alert rule you want to copy:

![Expanded alert list row context menu](alert-list-row-menu.png)

## Alert Limits

[Issue alerts](/product/alerts/alert-types/#issue-alerts) are limited to 100 alerts with "slow" conditions, and 200 alerts with "fast" conditions.
A "slow" condition is a [change](/product/alerts/create-alerts/issue-alert-config/#change-alerts) or [percent based](/product/alerts/create-alerts/issue-alert-config/#percent-based-alerts) alert. These take more processing time than the "fast" conditions, which are related to issue state changes.

1 comment on commit 15392c5

@vercel
Copy link

@vercel vercel bot commented on 15392c5 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev

Please sign in to comment.