Skip to content

Commit 5d6fa12

Browse files
authored
chore(dynamic-sampling): point out that dynamic sampling does not apply to errors (#13735)
1 parent 3e56da0 commit 5d6fa12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/organization/dynamic-sampling/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ description: "Learn how to prioritize important events and increase visibility i
2222
Projects that generate large event volume can quickly consume your billing quota. This may create an imbalance where high-volume projects get more visibility, leaving insufficient quota for monitoring your other projects. That's where dynamic sampling comes in.
2323

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.
25+
<Alert>
26+
Dynamic sampling only applies to spans and transactions, not errors.
27+
</Alert>
2528

2629
There are two available flavors of dynamic sampling, depending on the plan type of your organization:
2730
- **Dynamic Sampling with Sampling Priorities** - available on selected Team, Business & Enterprise plans\

0 commit comments

Comments
 (0)