Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 1a27b85

Browse files
author
Luca Forstner
committed
Reword traces sampling options
1 parent 4a7508f commit 1a27b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/sdk/performance/dynamic-sampling-context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Anything that sounds fishy probably is.
1010

1111
</Alert>
1212

13-
Until now, traces sampling was only done through a `traces_sample_rate` option in the SDKs.
13+
Until now, traces sampling was only done through the <Link to="/sdk/performance/#tracessamplerate">`tracesSampleRate`</Link> or <Link to="/sdk/performance/#tracessampler">`tracesSampler`</Link> options in the SDKs.
1414
This has quite a few drawbacks for users of Sentry SDKs:
1515

1616
- Changing the sampling rate involved either redeploying applications (which is problematic in case of applications that are not updated automatically, i.e., mobile apps or physically distributed software) or building complex systems to dynamically fetch a sampling rate.

0 commit comments

Comments
 (0)