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/_includes/learn-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{% capture __alert_content -%}
2
2
This page will provide you with details that are very specific to the platform. To learn how to use our unified
3
-
SDKs in general, please visit the [Error Reporting]({%- link _documentation/error-reporting/quickstart.md -%}?platform={{ include.platform }}), [Enriching Error Data]({%- link _documentation/enriching-error-data/additional-data.md -%}?platform={{ include.platform }}), [Releases]({%- link _documentation/workflow/releases/index.md -%}?platform={{ include.platform }}), and [Data Management]({%- link _documentation/data-management/event-grouping/index.md -%}?platform={{ include.platform }}) sections.
3
+
SDKs in general, please visit the [Error Reporting](/error-reporting/quickstart/?platform={{ include.platform }}), [Enriching Error Data](/enriching-error-data/additional-data/?platform={{ include.platform }}), [Releases](/workflow/releases/?platform={{ include.platform }}), and [Data Management](/data-management/event-grouping/?platform={{ include.platform }}) sections.
Copy file name to clipboardExpand all lines: src/collections/_documentation/accounts/pricing.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Business and Enterprise plans have the option to configure rate limits for each
54
54
55
55
## Managing your event volume
56
56
57
-
If your projects have a high volume of events, you can control how many errors Sentry receives by reviewing Sentry's guide to [Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}).
57
+
If your projects have a high volume of events, you can control how many errors Sentry receives by reviewing Sentry's guide to [Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/).
58
58
59
59
## FAQ
60
60
@@ -90,6 +90,6 @@ Your plan will continue until the end of the current billing cycle. After this,
90
90
91
91
`Where can I find my previous invoices/receipts?`
92
92
93
-
Users with the role of [Billing or Owner]({%- link _documentation/accounts/membership.md -%}) can find all previous invoices by going to the Organization dropdown (top-left) > Usage & Billing > Usage & Payments > Receipts.
93
+
Users with the role of [Billing or Owner](/accounts/membership/) can find all previous invoices by going to the Organization dropdown (top-left) > Usage & Billing > Usage & Payments > Receipts.
94
94
95
95
Note: You must have either `Billing` or `Owner` permissions to access and/or make changes to information on this page. If you don't have those permissions, or you are not a member of the organization in Sentry, please reach out to a Billing member or an Owner to obtain invoices.
Copy file name to clipboardExpand all lines: src/collections/_documentation/accounts/quotas/index.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,34 +20,34 @@ Sentry completes a thorough evaluation of each event to determine if it counts t
20
20
21
21
1.**SDK configuration**
22
22
23
-
The SDK configuration either allows the event or filters the event out. For more information, see [Outbound Filters in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#outbound-filters) or [Filtering Events]({%- link _documentation/error-reporting/configuration/filtering.md -%}).
23
+
The SDK configuration either allows the event or filters the event out. For more information, see [Outbound Filters in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#outbound-filters) or [Filtering Events](/error-reporting/configuration/filtering/).
24
24
25
25
2.**SDK sample rate**
26
26
27
27
If a sample rate is defined for the SDK, the SDK evaluates whether this event should be sent as a representative fraction of events. Setting a sample rate is documented for each SDK. The SDK sample rate is not dynamic; changing it requires re-deployment. In addition, setting an SDK sample rate limits visibility into the source of events. Setting a rate limit for your project may better suit your needs.
28
28
29
29
3.**Quota availability**
30
30
31
-
Events that exceed your quota are not sent. To add to your quota or review what happens when you exceed it, see [Increasing Quotas]({%- link _documentation/accounts/quotas/index.md -%}#increasing-quotas).
31
+
Events that exceed your quota are not sent. To add to your quota or review what happens when you exceed it, see [Increasing Quotas](/accounts/quotas/#increasing-quotas).
32
32
33
33
4.**Event repetition**
34
34
- If you have intervened to Delete and Discard an issue, then _future_ events with the same fingerprint do not count toward your quota.
35
35
- If the previous event was resolved, this event counts toward your quota because it may represent a regression in your code.
36
-
- If you have intervened to ignore alerts about events with the same fingerprint, this event counts toward your quota because the event is still occurring. For more information, see [Inbound Filters]({%- link _documentation/accounts/quotas/index.md -%}#inbound-data-filters).
36
+
- If you have intervened to ignore alerts about events with the same fingerprint, this event counts toward your quota because the event is still occurring. For more information, see [Inbound Filters](/accounts/quotas/#inbound-data-filters).
37
37
38
38
5.**Spike protection**
39
39
40
-
Sentry’s spike protection prevents huge overages from consuming your event capacity. For more information, see [Spike Protection]({%- link _documentation/accounts/quotas/index.md -%}#spike-protection).
40
+
Sentry’s spike protection prevents huge overages from consuming your event capacity. For more information, see [Spike Protection](/accounts/quotas/#spike-protection).
41
41
42
42
In addition, depending on your project’s configuration and the plan you subscribe to, Sentry may also check:
43
43
44
44
6.**Rate limit for the project**
45
45
46
-
If the rate limit for the project has been exceeded, and your subscription allows, the event will not be counted. For more information, see [Rate Limiting in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#4-rate-limiting) or [Rate Limiting Projects]({%- link _documentation/accounts/quotas/index.md -%}#id1).
46
+
If the rate limit for the project has been exceeded, and your subscription allows, the event will not be counted. For more information, see [Rate Limiting in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#4-rate-limiting) or [Rate Limiting Projects](/accounts/quotas/#id1).
47
47
48
48
7.**Inbound filters**
49
49
50
-
If any inbound filter is set for this type of event, and your subscription allows, the event will not be counted. For more information, see [Inbound Filters in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#inbound-data-filters) or [Inbound Data Filter]({%- link _documentation/accounts/quotas/index.md -%}#inbound-data-filters).
50
+
If any inbound filter is set for this type of event, and your subscription allows, the event will not be counted. For more information, see [Inbound Filters in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#inbound-data-filters) or [Inbound Data Filter](/accounts/quotas/#inbound-data-filters).
51
51
52
52
After these checks are processed, the event counts toward your quota. It is accepted into Sentry, where it persists and is stored.
53
53
@@ -130,15 +130,15 @@ After these checks are processed, the event counts toward your quota. It is acce
130
130
131
131
Add to your quota at any time during your billing period, either by upgrading to a higher tier or by increasing your on-demand capacity. While the available plans fit most individual and business needs, Sentry is designed to handle large throughput. If your team needs more, we’re happy to help. Reach out to our sales team at [[email protected]](mailto:sales%40sentry.io) to learn more about increasing capacity.
132
132
133
-
If you’ve exceeded your quota threshold, the server will respond with a 429 HTTP status code. However, if this is your first time exceeding quota, you'll be entered into a one-time grace period. For more information, see this [Help article](https://help.sentry.io/hc/en-us/articles/115000154554-What-happens-when-I-run-out-of-event-capacity-and-a-grace-period-is-triggered-). In addition, you can specify a spending cap for on-demand capacity if you need additional events; for example, if you’re rolling out a new version and anticipate more events this month. For more information, see [On-Demand Spending Cap]({%- link _documentation/accounts/pricing.md -%}#on-demand-cap).
133
+
If you’ve exceeded your quota threshold, the server will respond with a 429 HTTP status code. However, if this is your first time exceeding quota, you'll be entered into a one-time grace period. For more information, see this [Help article](https://help.sentry.io/hc/en-us/articles/115000154554-What-happens-when-I-run-out-of-event-capacity-and-a-grace-period-is-triggered-). In addition, you can specify a spending cap for on-demand capacity if you need additional events; for example, if you’re rolling out a new version and anticipate more events this month. For more information, see [On-Demand Spending Cap](/accounts/pricing/#on-demand-cap).
134
134
135
135
## Rate Limiting Projects {#id1}
136
136
137
137
Per-key rate limits allow you to set the maximum volume of events a key will accept during a period of time.
138
138
139
139
For example, you may have a project in production that generates a lot of noise. A rate limit allows you to set the maximum amount of data to “500 events per minute”. Additionally, you can create a second key for the same project for your staging environment, which is unlimited, ensuring your QA process is still untouched.
140
140
141
-
To set up rate limits, navigate to **[Project] » Client Keys » Configure**. Select an individual key or create a new one, then you’ll be able to define a rate limit as well as view a breakdown of events received by that key. For additional information and examples, see [Rate Limiting in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#4-rate-limiting).
141
+
To set up rate limits, navigate to **[Project] » Client Keys » Configure**. Select an individual key or create a new one, then you’ll be able to define a rate limit as well as view a breakdown of events received by that key. For additional information and examples, see [Rate Limiting in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#4-rate-limiting).
142
142
143
143
{% include components/alert.html
144
144
title="Note"
@@ -158,7 +158,7 @@ In some cases, the data you’re receiving in Sentry is hard to filter, or you d
158
158
-From specific release versions of your code
159
159
-From certain IP addresses.
160
160
161
-
Explore these by navigating to **[Project] » Project Settings » Inbound Filters**. Commonly-set filters are discussed here for your quick reference. For additional information and examples, see [Inbound Data Filters in our guide to Manage Your Event Stream]({%- link _documentation/accounts/quotas/manage-event-stream-guide.md -%}#inbound-data-filters). Commonly-set filters include:
161
+
Explore these by navigating to **[Project] » Project Settings » Inbound Filters**. Commonly-set filters are discussed here for your quick reference. For additional information and examples, see [Inbound Data Filters in our guide to Manage Your Event Stream](/accounts/quotas/manage-event-stream-guide/#inbound-data-filters). Commonly-set filters include:
162
162
163
163
*IP Filters.* If you have a rogue client, Sentry supports blocking an IP from sending data. Navigate to **[Project] » Project Settings » Inbound Filters** to add the IP addresses (or subnets) to **Filter errors from these IP addresses**.
Copy file name to clipboardExpand all lines: src/collections/_documentation/accounts/sso.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,4 +98,4 @@ When prompted with the Rippling Metadata URL, copy this into the Sentry Rippling
98
98
99
99
#### Custom SAML2 Integration
100
100
101
-
For other SAML2 SSO providers not listed above, Sentry provides generic connectors for [SAML2 based authentication]({%- link _documentation/accounts/saml2.md -%}), which may be configured manually.
101
+
For other SAML2 SSO providers not listed above, Sentry provides generic connectors for [SAML2 based authentication](/accounts/saml2/), which may be configured manually.
0 commit comments