Skip to content

Commit 8259976

Browse files
committed
Add notice about availablility
1 parent 78c211a commit 8259976

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

platform-includes/distributed-tracing/how-to-use/javascript.nextjs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ If your app crashes while a user is uploading a photo, you can trace exactly whe
7373

7474
### Strict Trace Continuation
7575

76+
_Available since SDK version 10_
77+
7678
When your application receives requests, they might include `sentry-trace` and `baggage` headers from an upstream service that is also using Sentry.
7779
By default, the SDK will continue the trace from the incoming headers. This can be undesirable if the requests are from a third-party service,
7880
as it can lead to unwanted traces, increased billing, and skewed performance data.

platform-includes/distributed-tracing/how-to-use/javascript.node.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ If your app crashes while a user is uploading a photo, you can trace exactly whe
6464

6565
### Strict Trace Continuation
6666

67+
_Available since SDK version 10_
68+
6769
When your application receives requests, they might include `sentry-trace` and `baggage` headers from an upstream service that is also using Sentry.
6870
By default, the SDK will continue the trace from the incoming headers. This can be undesirable if the requests are from a third-party service,
6971
as it can lead to unwanted traces, increased billing, and skewed performance data.

platform-includes/distributed-tracing/how-to-use/javascript.nuxt.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ If your app crashes while a user is uploading a photo, you can trace exactly whe
6363

6464
### Strict Trace Continuation
6565

66+
_Available since SDK version 10_
67+
6668
When your application receives requests, they might include `sentry-trace` and `baggage` headers from an upstream service that is also using Sentry.
6769
By default, the SDK will continue the trace from the incoming headers. This can be undesirable if the requests are from a third-party service,
6870
as it can lead to unwanted traces, increased billing, and skewed performance data.

platform-includes/distributed-tracing/how-to-use/javascript.remix.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ If your app crashes while a user is uploading a photo, you can trace exactly whe
102102

103103
### Strict Trace Continuation
104104

105+
_Available since SDK version 10_
106+
105107
When your application receives requests, they might include `sentry-trace` and `baggage` headers from an upstream service that is also using Sentry.
106108
By default, the SDK will continue the trace from the incoming headers. This can be undesirable if the requests are from a third-party service,
107109
as it can lead to unwanted traces, increased billing, and skewed performance data.

platform-includes/distributed-tracing/how-to-use/javascript.solidstart.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ If your app crashes while a user is uploading a photo, you can trace exactly whe
9696

9797
### Strict Trace Continuation
9898

99+
_Available since SDK version 10_
100+
99101
When your application receives requests, they might include `sentry-trace` and `baggage` headers from an upstream service that is also using Sentry.
100102
By default, the SDK will continue the trace from the incoming headers. This can be undesirable if the requests are from a third-party service,
101103
as it can lead to unwanted traces, increased billing, and skewed performance data.

platform-includes/distributed-tracing/how-to-use/javascript.sveltekit.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ If your app crashes while a user is uploading a photo, you can trace exactly whe
7373

7474
### Strict Trace Continuation
7575

76+
_Available since SDK version 10_
77+
7678
When your application receives requests, they might include `sentry-trace` and `baggage` headers from an upstream service that is also using Sentry.
7779
By default, the SDK will continue the trace from the incoming headers. This can be undesirable if the requests are from a third-party service,
7880
as it can lead to unwanted traces, increased billing, and skewed performance data.

0 commit comments

Comments
 (0)