Skip to content

Commit 426c807

Browse files
cleptricjan-auer
andauthored
Update develop-docs/sdk/telemetry/spans/span-sampling.mdx
Co-authored-by: Jan Michael Auer <[email protected]>
1 parent 7a8e625 commit 426c807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/spans/span-sampling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The value stems from a truly random number between 0 and 1, generated when a new
3737

3838
In the following cases, the SDK must compare sample rates against this `parentSampleRate` instead of `math.random()`:
3939

40-
- When a `tracesSampler` is configured, e.g. `trace["sentry-sample_rand"] < tracesSampler()`
40+
- When a `tracesSampler` is configured, i.e. `trace["sentry-sample_rand"] < tracesSampler()`
4141

4242
- When the SDK is the head of trace, this applies to sample decisions based on `tracesSampleRate`, e.g. `trace['sentry-sample_rand'] < config.tracesSampleRate`
4343

0 commit comments

Comments
 (0)