Skip to content

Commit 2640661

Browse files
codydecoolguyzone
andauthored
Update docs/platforms/javascript/common/tracing/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 6df7b6b commit 2640661

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/tracing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ With [tracing](/product/insights/overview/), Sentry automatically tracks your so
4040

4141
<PlatformContent includePath="performance/configure-sample-rate" />
4242

43-
- You can set a uniform sample rate for all transactions using the <PlatformIdentifier name="traces-sample-rate" /> option in your SDK config to a number between `0` and `1`. (For example, to send 20% of transactions, set <PlatformIdentifier name="traces-sample-rate" /> to `0.2`.)
43+
- You can establish a uniform sample rate for all transactions by setting the <PlatformIdentifier name="traces-sample-rate" /> option in your SDK config to a number between `0` and `1`. (For example, to send 20% of transactions, set <PlatformIdentifier name="traces-sample-rate" /> to `0.2`.)
4444
- 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 <PlatformIdentifier name="traces-sampler" /> config option.
4545

4646
The two options are mutually exclusive. If both are set, <PlatformIdentifier name="traces-sampler" /> will take precedence.

0 commit comments

Comments
 (0)