diff --git a/src/docs/product/accounts/quotas/index.mdx b/src/docs/product/accounts/quotas/index.mdx index 85c295c51cb55..93946bfc2839a 100644 --- a/src/docs/product/accounts/quotas/index.mdx +++ b/src/docs/product/accounts/quotas/index.mdx @@ -121,6 +121,7 @@ This table outlines whether or not an an event or attachment that you send to Se | The event isn't sent based on [SDK filters](#7-sdk-filtering-beforesend) | | | The event isn't sent based on [SDK configuration](#8-sdk-configuration) | | | [Size limits](#size-limits) have been exceeded | | +| [Issues](/product/issues/#quota) are created from accepted error and transaction events | | diff --git a/src/docs/product/issues/index.mdx b/src/docs/product/issues/index.mdx index f5c0feb1951c1..7632e22cbdd34 100644 --- a/src/docs/product/issues/index.mdx +++ b/src/docs/product/issues/index.mdx @@ -12,9 +12,13 @@ The **Issues** page displays information about errors and performance problems i A typical application sends a large number of events to Sentry. You can think of an issue as a single bug or problem with your app. To make them manageable, we group similar events into issues based on a fingerprint. This grouping of events into issues allows you to see how frequently a problem is happening and how many users it's affecting. + + -Sentry provides tools to control the type and amount of errors and transactions that are monitored. Learn more in [Quota Management](/product/accounts/quotas/). +**Issues and Event Quotas** + +Your quota is consumed by _events_, not _issues_. Issues are generated from your accepted error or transaction events. Generating issues does not cause Sentry to accept more events for you and **does not** directly impact your quota. Sentry does provide tools, however, to control the type and amount of error and transaction events that are accepted. Learn more in [Quota Management](/product/accounts/quotas/). @@ -28,9 +32,9 @@ For error issues, to see the stack trace of the latest event, you can hover over ![Error level icon](error-level-icon.png) -When you click on an issue on the main **Issues** page, the **Issue Details** page for that issue is displayed. Learn more in [Issue Details](/product/issues/issue-details/). +You can save your issue queries and access them later by clicking the the "Saved Searches" button in the header. Learn more in [Saved Searches](/product/sentry-basics/search/saved-searches/). You can also add issues data to your [custom dashboards](/product/dashboards/custom-dashboards/), as widgets, using the [dataset selector](/product/dashboards/widget-builder/#choose-your-dataset). -You can also save your issue queries and access them later by clicking the the "Saved Searches" button in the header. Learn more in [Saved Searches](/product/sentry-basics/search/saved-searches/). +When you click on an issue on the main **Issues** page, the **Issue Details** page for that issue is displayed. Learn more in [Issue Details](/product/issues/issue-details/). ## Issue Categories @@ -46,8 +50,6 @@ From the **Issues** page, you can begin to triage. The page is organized into ta Learn more about triaging issues and their different states in [Issue States and Triage](/product/issues/states-triage/). -You can also add issues data to your [custom dashboards](/product/dashboards/custom-dashboards/), as widgets, using the [dataset selector](/product/dashboards/widget-builder/#choose-your-dataset). - ## Learn More