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

Commit

Permalink
Reword traces sampling options
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jun 22, 2022
1 parent 4a7508f commit 1a27b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/sdk/performance/dynamic-sampling-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Anything that sounds fishy probably is.

</Alert>

Until now, traces sampling was only done through a `traces_sample_rate` option in the SDKs.
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.
This has quite a few drawbacks for users of Sentry SDKs:

- 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.
Expand Down

0 comments on commit 1a27b85

Please sign in to comment.