Skip to content
Open
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
16 changes: 8 additions & 8 deletions docs/organization/dynamic-sampling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Dynamic Sampling employs advanced sampling techniques to retain a representative
Dynamic sampling only applies to spans and transactions, not errors.
</Alert>

There are two available flavors of dynamic sampling, depending on the plan type of your organization:
- **Dynamic Sampling with Sampling Priorities** - available on selected Team, Business & Enterprise plans\
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.
- **Dynamic Sampling with Sampling Priorities & Custom Sample Rates** - available on selected Enterprise plans\
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.
<Alert level="warning">
The [Configuration of Custom Sample Rates](#configuration-of-custom-sample-rates) section on this page is only available on plans that enrolled before June 2025. If your organization enrolled after this date, Dynamic Sampling with Sampling Priorities is applied automatically and no manual configuration is required.
</Alert>

Dynamic Sampling with Sampling Priorities is available on selected Team, Business, and Enterprise plans. 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.
Comment thread
sentry[bot] marked this conversation as resolved.


## Prerequisites
Expand All @@ -56,8 +56,8 @@ There are two available flavors of dynamic sampling, depending on the plan type
- Go: 0.16.0 or later

## Configuration of Custom Sample Rates
<Alert>
Configuration of custom sample rates has been available on selected Enterprise plans since June 2024.
<Alert level="warning">
Configuration of custom sample rates is only available on plans that enrolled before June 2025. If you don't see these settings in your organization, your plan does not include this feature.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a little worried that people might feel they are missing out on something by not being grandfathered in here. I would suggest adding something similar to the warning above where you pointed out that new plans do this automatically.

</Alert>
In this section, you'll learn how to use Dynamic Sampling in your organization. Dynamic Sampling offers two modes based on the desired sampling control:

Expand Down Expand Up @@ -146,7 +146,7 @@ You can use both Dynamic and SDK Sampling together to further optimize your even

## Dynamic Sampling Priorities
<Alert>
Dynamic Sampling including Sampling Priorities has been available on selected paid plans since November 2022.
Dynamic Sampling with Sampling Priorities is available on selected Team, Business, and Enterprise plans.
</Alert>
Below is a list of the strategies Dynamic Sampling employs to prioritize and deprioritize data. They are enabled by default, but can be updated on a per-project basis to better fit your organization's needs. To customize this behavior, go to Project Settings > Performance.

Expand Down
Loading