You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/product/issues/index.mdx
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,13 @@ The **Issues** page displays information about errors and performance problems i
12
12
13
13
A typical application sends a large number of events to Sentry. You can think of an <SandboxLinkscenario="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.
14
14
15
+
<aname="quota"></a>
16
+
15
17
<Note>
16
18
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/).
18
22
19
23
</Note>
20
24
@@ -28,9 +32,9 @@ For error issues, to see the stack trace of the latest event, you can hover over
28
32
29
33

30
34
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).
32
36
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/).
34
38
35
39
## Issue Categories
36
40
@@ -46,8 +50,6 @@ From the **Issues** page, you can begin to triage. The page is organized into ta
46
50
47
51
Learn more about triaging issues and their different states in [Issue States and Triage](/product/issues/states-triage/).
48
52
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).
0 commit comments