Skip to content

Commit 9344288

Browse files
codydemydea
andauthored
Update docs/platforms/javascript/common/tracing/configure-sampling/index.mdx
Co-authored-by: Francesco Gringl-Novy <[email protected]>
1 parent b578909 commit 9344288

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/tracing/configure-sampling

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/configure-sampling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The JavaScript SDK provides two main options for controlling the sampling rate:
1515

1616
<PlatformContent includePath="/tracing/sample-rate" />
1717

18-
With `tracesSampleRate` set to `0.25`, each transaction in your application is randomly sampled with a probability of `0.25`, so you can expect that one in every four transactions will be sent to Sentry.
18+
With `tracesSampleRate` set to `0.25`, each transaction in your application is randomly sampled with a probability of 25%, so you can expect that one in every four transactions will be sent to Sentry.
1919

2020
2. Sampling Function (`tracesSampler`)
2121

0 commit comments

Comments
 (0)