Skip to content

Commit 533f537

Browse files
authored
added issues and quota content and link to content (#5907)
1 parent e8a326e commit 533f537

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/docs/product/accounts/quotas/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ This table outlines whether or not an an event or attachment that you send to Se
121121
| The event isn't sent based on [SDK filters](#7-sdk-filtering-beforesend) | |
122122
| The event isn't sent based on [SDK configuration](#8-sdk-configuration) | |
123123
| [Size limits](#size-limits) have been exceeded | |
124+
| [Issues](/product/issues/#quota) are created from accepted error and transaction events | |
124125

125126
<!-- prettier-ignore-end -->
126127

src/docs/product/issues/index.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ The **Issues** page displays information about errors and performance problems i
1212

1313
A typical application sends a large number of events to Sentry. You can think of an <SandboxLink scenario="oneIssue" projectSlug="react">issue</SandboxLink> 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.
1414

15+
<a name="quota"></a>
16+
1517
<Note>
1618

17-
Sentry provides tools to control the type and amount of errors and transactions that are monitored. Learn more in [Quota Management](/product/accounts/quotas/).
19+
**Issues and Event Quotas**
20+
21+
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/).
1822

1923
</Note>
2024

@@ -28,9 +32,9 @@ For error issues, to see the stack trace of the latest event, you can hover over
2832

2933
![Error level icon](error-level-icon.png)
3034

31-
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/).
35+
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).
3236

33-
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/).
37+
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/).
3438

3539
## Issue Categories
3640

@@ -46,8 +50,6 @@ From the **Issues** page, you can begin to triage. The page is organized into ta
4650

4751
Learn more about triaging issues and their different states in [Issue States and Triage](/product/issues/states-triage/).
4852

49-
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).
50-
5153
## Learn More
5254

5355
<PageGrid />

0 commit comments

Comments
 (0)