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
- You can set a uniform sample rate for all transactions using the <PlatformIdentifiername="traces-sample-rate" /> option in your SDK config to a number between `0` and `1`. (For example, to send 20% of transactions, set <PlatformIdentifiername="traces-sample-rate" /> to `0.2`.)
43
+
- You can establish a uniform sample rate for all transactions by setting the <PlatformIdentifiername="traces-sample-rate" /> option in your SDK config to a number between `0` and `1`. (For example, to send 20% of transactions, set <PlatformIdentifiername="traces-sample-rate" /> to `0.2`.)
44
44
- For more granular control over sampling, you can set the sample rate based on the transaction itself and the context in which it's captured, by providing a function to the <PlatformIdentifiername="traces-sampler" /> config option.
45
45
46
46
The two options are mutually exclusive. If both are set, <PlatformIdentifiername="traces-sampler" /> will take precedence.
0 commit comments