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: docs/organization/dynamic-sampling/index.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ description: "Learn how to prioritize important events and increase visibility i
22
22
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.
23
23
24
24
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>
25
28
26
29
There are two available flavors of dynamic sampling, depending on the plan type of your organization:
27
30
-**Dynamic Sampling with Sampling Priorities** - available on selected Team, Business & Enterprise plans\
0 commit comments