Skip to content

Commit b200fa1

Browse files
committed
Reordering distributed tracing for faster steps to configure
1 parent aff36d4 commit b200fa1

File tree

1 file changed

+10
-10
lines changed
  • docs/platforms/javascript/common/tracing/distributed-tracing

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ What happens in the background is that Sentry uses reads and further propagates
2727

2828
If you run any JavaScript applications in your distributed system, make sure that those two headers are added to your CORS allowlist and won't be blocked or stripped by your proxy servers, gateways, or firewalls.
2929

30+
## How to Use Distributed Tracing?
31+
32+
<PlatformContent includePath="distributed-tracing/how-to-use/" />
33+
34+
<Alert >
35+
36+
Remember that in order to propagate trace information through your whole distributed system, you have to use Sentry in all of the involved services and applications. Take a look at the respective SDK documentation to learn how distributed tracing can be enabled for each platform.
37+
38+
</Alert>
39+
3040
## Trace Duration
3141

3242
<PlatformCategorySection supported={["browser"]}>
@@ -50,13 +60,3 @@ Server-side SDKs handle traces automatically on a per-request basis. This means
5060
</PlatformCategorySection>
5161

5262
If necessary, you can override the default trace duration by [manually starting a new trace](./custom-instrumentation#starting-a-new-trace).
53-
54-
## How to Use Distributed Tracing?
55-
56-
<PlatformContent includePath="distributed-tracing/how-to-use/" />
57-
58-
<Alert >
59-
60-
Remember that in order to propagate trace information through your whole distributed system, you have to use Sentry in all of the involved services and applications. Take a look at the respective SDK documentation to learn how distributed tracing can be enabled for each platform.
61-
62-
</Alert>

0 commit comments

Comments
 (0)