From 7efb1ec5dad7eef474101292f9385cc477d43317 Mon Sep 17 00:00:00 2001 From: Onur Temizkan Date: Mon, 3 Nov 2025 14:42:12 +0000 Subject: [PATCH] Correct `markBackgroundSpan` option in JS browser tracing --- .../tracing/instrumentation/automatic-instrumentation.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platforms/javascript/common/tracing/instrumentation/automatic-instrumentation.mdx b/docs/platforms/javascript/common/tracing/instrumentation/automatic-instrumentation.mdx index e5d20bb23f4f4c..cd93a3f68f9188 100644 --- a/docs/platforms/javascript/common/tracing/instrumentation/automatic-instrumentation.mdx +++ b/docs/platforms/javascript/common/tracing/instrumentation/automatic-instrumentation.mdx @@ -86,7 +86,7 @@ You will need to configure your web server [CORS](https://developer.mozilla.org/ This function can be used to filter out unwanted spans such as XHRs running -health checks or something similar. +health checks or something similar. @@ -138,7 +138,7 @@ This option determines whether the `S - + This option flags pageload/navigation spans when tabs are moved to the background with "cancelled". Because browser background tab timing is not suited for precise measurements of operations and can affect your statistics in nondeterministic ways, we recommend that this option be enabled. @@ -229,4 +229,4 @@ performance.measure('input-duration', ...); By default, all performance API spans are captured. - \ No newline at end of file +