Skip to content

Commit 428ab24

Browse files
authored
feat(js): Streamline links for explanations about tracing sampling (#13154)
1 parent b76a1e8 commit 428ab24

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Learn how to enable tracing in your app."
44
sidebar_order: 4000
55
---
66

7-
With [tracing](/product/insights/overview/), Sentry automatically tracks your software performance across your application services, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems.
7+
With [tracing](/product/insights/overview/), Sentry automatically tracks your software performance across your application services, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems.
88

99
<PlatformCategorySection supported={["server", "serverless"]}>
1010
<Alert>
@@ -45,7 +45,7 @@ With [tracing](/product/insights/overview/), Sentry automatically tracks your so
4545

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

48-
Learn more about tracing <PlatformLink to="/configuration/options/#tracing-options">options</PlatformLink>, how to use the <PlatformLink to="/configuration/sampling/#setting-a-sampling-function">tracesSampler</PlatformLink> function, or how to <PlatformLink to="/configuration/sampling/#sampling-transaction-events">sample transactions</PlatformLink>.
48+
You can find more in-depth explanations and examples about sampling configuration in [Configure Sampling](./configure-sampling).
4949

5050
## Distributed Tracing
5151

0 commit comments

Comments
 (0)