Skip to content

Commit 5bc1de4

Browse files
committed
docs(nextjs): Add Next.js App Router pageload-SSR span linking limitation note
1 parent 34d91b4 commit 5bc1de4

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ If you run any JavaScript applications in your distributed system, make sure tha
2727

2828
</Alert>
2929

30+
<PlatformSection supported={["javascript.nextjs"]}>
31+
32+
<Alert>
33+
34+
Pageload to SSR span linking is not supported on the App Router with Next.js versions up to and including 14.
35+
36+
</Alert>
37+
38+
</PlatformSection>
39+
3040
## How to Use Distributed Tracing?
3141

3242
<PlatformContent includePath="distributed-tracing/how-to-use/" />

0 commit comments

Comments
 (0)