We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab155c commit 88d5fa5Copy full SHA for 88d5fa5
docs/platforms/javascript/common/apis.mdx
@@ -651,7 +651,7 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
651
]}
652
>
653
Sets the passed span as the active span on the current scope.
654
- You most likely don't need this functionality but should [use `startActiveSpan`](#startActiveSpan)
+ You most likely don't need this functionality and should [use `startActiveSpan`](#startActiveSpan)
655
instead.
656
However, in some situations, you might prefer a span being active outside of a callback.
657
In this case, the combination of [`startInactiveSpan`](#startInactiveSpan) with this function
0 commit comments