Skip to content

Commit 226962e

Browse files
committed
wip
1 parent 030b219 commit 226962e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/organization/dynamic-sampling/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ Projects that generate large event volume can quickly consume your billing quota
2424
Dynamic Sampling employs advanced sampling techniques to retain a representative sample of the data you send to Sentry. Its algorithms are designed to prioritize keeping samples that are valuable for debugging and analysis, while reducing the retention of common or redundant data.
2525

2626
There are two available flavors of dynamic sampling, depending on the plan type of your organization:
27-
1. Dynamic Sampling with Custom Sample Rates - available on Enterprise plans since June 2024
28-
Configure and adjust sample rates for stored spans right from the UI without needing to modify your SDK. This makes it possible for you to make instant updates without waiting for code freezes, app store approvals, or redeployments. In addition, by analyzing incoming traffic patterns, Dynamic Sampling is able to prioritize data based on the content of accepted spans. For more details, check out the [Configuration of Custom Sample Rates](#configuration-of-custom-sample-rates) section.
29-
30-
2. Dynamic Sampling with Sampling Priorities - available on paid plans since November 2022
27+
1. **Dynamic Sampling with Sampling Priorities** - available on paid plans since November 2022
3128
By analyzing incoming traffic patterns, Dynamic Sampling is able to automatically tailor its sample rate to both the actual traffic volume and the content of accepted transactions. For more details, check out the [Dynamic Sampling Priorities](#dynamic-sampling-priorities) section.
29+
2. **Dynamic Sampling with Custom Sample Rates** - available on Enterprise plans since June 2024
30+
Configure and adjust sample rates for stored spans right from the UI without needing to modify your SDK. This makes it possible for you to make instant updates without waiting for code freezes, app store approvals, or redeployments. In addition, by analyzing incoming traffic patterns, Dynamic Sampling is able to prioritize data based on the content of accepted spans. For more details, check out the [Configuration of Custom Sample Rates](#configuration-of-custom-sample-rates) section.
3231

3332

3433
## Prerequisites

0 commit comments

Comments
 (0)