From 88b7587cc05a89860332eb86ce65774a0d8e7645 Mon Sep 17 00:00:00 2001 From: Markus Hintersteiner Date: Thu, 23 Oct 2025 08:28:31 +0200 Subject: [PATCH] docs(traceparent): Update docs for w3c traceparent support --- docs/concepts/otlp/index.mdx | 14 ++++++++++++-- docs/platforms/android/configuration/options.mdx | 2 +- .../dart/guides/flutter/configuration/options.mdx | 6 ++++++ .../native/common/configuration/options.mdx | 2 +- .../react-native/configuration/options.mdx | 6 ++++++ 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/docs/concepts/otlp/index.mdx b/docs/concepts/otlp/index.mdx index 1be5964a4eee4d..df76c558f6b078 100644 --- a/docs/concepts/otlp/index.mdx +++ b/docs/concepts/otlp/index.mdx @@ -223,10 +223,20 @@ The following SDKs support the `propagateTraceparent` option: - - +- +- diff --git a/docs/platforms/android/configuration/options.mdx b/docs/platforms/android/configuration/options.mdx index 2a5d1c4d67a1c6..e2f827834d9aad 100644 --- a/docs/platforms/android/configuration/options.mdx +++ b/docs/platforms/android/configuration/options.mdx @@ -333,7 +333,7 @@ If is not provided, trace -Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` and `baggage` headers for distributed tracing. +Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` and `baggage` headers for outgoing HTTP requests. diff --git a/docs/platforms/dart/guides/flutter/configuration/options.mdx b/docs/platforms/dart/guides/flutter/configuration/options.mdx index 362ed55f865090..187687ca71b919 100644 --- a/docs/platforms/dart/guides/flutter/configuration/options.mdx +++ b/docs/platforms/dart/guides/flutter/configuration/options.mdx @@ -268,6 +268,12 @@ If is not provided, trace + + +Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` and `baggage` headers for outgoing HTTP requests. + + + ## Experimental Features diff --git a/docs/platforms/native/common/configuration/options.mdx b/docs/platforms/native/common/configuration/options.mdx index 4489af9c0762c0..2b2172dd4dd141 100644 --- a/docs/platforms/native/common/configuration/options.mdx +++ b/docs/platforms/native/common/configuration/options.mdx @@ -66,7 +66,7 @@ Whether Crashpad should delay application shutdown until the upload of the crash - + Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` header for [distributed tracing](https://docs.sentry.io/platforms/native/tracing/trace-propagation/custom-instrumentation/). diff --git a/docs/platforms/react-native/configuration/options.mdx b/docs/platforms/react-native/configuration/options.mdx index 41f68a8a01f5e7..30b978a3798392 100644 --- a/docs/platforms/react-native/configuration/options.mdx +++ b/docs/platforms/react-native/configuration/options.mdx @@ -276,6 +276,12 @@ If is not provided, trace + + +Controls whether the SDK should propagate the W3C `traceparent` HTTP header alongside the `sentry-trace` and `baggage` headers for outgoing HTTP requests. + + + ## Experimental Features