Skip to content
Merged
Changes from 2 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
8 changes: 8 additions & 0 deletions docs/product/performance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ There are several types of [metrics](/product/performance/metrics/) that you can

## Triage Performance Issues

<Note>

**Issues and Event Quotas**

Your quota is consumed by events or traces, not issues. Performance issues are generated from your accepted transactions, which **does not** directly impact your quota. Performance transaction events use transactions, which **does** 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](/pricing/quotas/manage-transaction-quota).

</Note>

If your application is configured for Performance Monitoring, Sentry will detect common performance problems, and group them into issues just like it does with errors. Performance issues help to surface performance problems in your application and provide a workflow for resolving them. Learn more about [performance issues](/product/issues/issue-details/performance-issues/).

## Learn More
Expand Down
Loading