From 5129f2bfbab946a973496bbbd2aed51d36b79507 Mon Sep 17 00:00:00 2001 From: David Camacho Cateura Date: Wed, 13 May 2026 11:43:52 +0200 Subject: [PATCH] fix(js): correct propagateTraceparent availableSince version to 10.31.0 The option was incorrectly documented as available since 10.10.0. --- docs/platforms/javascript/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/configuration/options.mdx b/docs/platforms/javascript/common/configuration/options.mdx index cee6e0d4f9a505..0b31239462bdb4 100644 --- a/docs/platforms/javascript/common/configuration/options.mdx +++ b/docs/platforms/javascript/common/configuration/options.mdx @@ -585,7 +585,7 @@ Sentry.init({ - + If set to `true`, the SDK adds the [W3C `traceparent` header](https://www.w3.org/TR/trace-context/) to outgoing Http requests made via `fetch` or `XMLHttpRequest`. This header is attached in addition to the `sentry-trace` and `baggage` headers.