Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/docs/product/accounts/quotas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

<!-- prettier-ignore-end -->

Expand Down
12 changes: 7 additions & 5 deletions src/docs/product/issues/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.

<a name="quota"></a>

<Note>

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/).

</Note>

Expand All @@ -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

Expand All @@ -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

<PageGrid />