From f4575a6109707c7e62e2885656a7687ba709a220 Mon Sep 17 00:00:00 2001 From: Snigdha Sharma Date: Thu, 12 Dec 2024 10:39:02 -0800 Subject: [PATCH 1/3] Add note about performance issue pricing --- docs/product/performance/index.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/product/performance/index.mdx b/docs/product/performance/index.mdx index 5f3a0f5baee0d..909a54f71394c 100644 --- a/docs/product/performance/index.mdx +++ b/docs/product/performance/index.mdx @@ -40,6 +40,14 @@ There are several types of [metrics](/product/performance/metrics/) that you can ## Triage Performance Issues + + +**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). + + + 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 From 5a9d3791f76a763add08d3cf88d01a704819829b Mon Sep 17 00:00:00 2001 From: Snigdha Sharma Date: Thu, 12 Dec 2024 10:56:34 -0800 Subject: [PATCH 2/3] nit --- docs/product/performance/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/performance/index.mdx b/docs/product/performance/index.mdx index 909a54f71394c..56fd0235b0a07 100644 --- a/docs/product/performance/index.mdx +++ b/docs/product/performance/index.mdx @@ -44,7 +44,7 @@ There are several types of [metrics](/product/performance/metrics/) that you can **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). +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). From 1cbe416ac225954d10bcdf5cfb19f0fb1e47c42a Mon Sep 17 00:00:00 2001 From: Snigdha Sharma Date: Thu, 12 Dec 2024 14:59:32 -0800 Subject: [PATCH 3/3] Update docs/product/performance/index.mdx Co-authored-by: Liza Mock --- docs/product/performance/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/performance/index.mdx b/docs/product/performance/index.mdx index 56fd0235b0a07..9f016b49a8f86 100644 --- a/docs/product/performance/index.mdx +++ b/docs/product/performance/index.mdx @@ -42,9 +42,9 @@ There are several types of [metrics](/product/performance/metrics/) that you can -**Issues and Event Quotas** +**Issue 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). +Your quota is consumed by events or traces, not issues. Performance issues are generated from your accepted transactions, which **doesn't** directly impact your quota. Performance transaction events use transactions, which **does** directly impact your quota. Sentry provides tools to control the type and number of error and transaction events that are accepted. Learn more in [Quota Management](/pricing/quotas/manage-transaction-quota).