Skip to content

Commit 51d80a9

Browse files
RulaKhaledLms24
authored andcommitted
docs(nextjs): Add App Router pageload-SSR span linking limitation note (#13839)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR Update docs to reflect trace propagation investigation results for Next.js versions 14 and earlier with the App Router: Page load to SSR span linking is not supported. ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) --------- Co-authored-by: Lukas Stracke <[email protected]>
1 parent 4607ec7 commit 51d80a9

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 tracing is currently 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)