Skip to content

Commit c71d55c

Browse files
committed
startActiveSpan is not a thing
1 parent c4e8e3f commit c71d55c

File tree

1 file changed

+1
-9
lines changed
  • docs/platforms/javascript/common

1 file changed

+1
-9
lines changed

docs/platforms/javascript/common/apis.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -641,17 +641,9 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
641641
signature="function setActiveSpanInBrowser(span: Span): void"
642642
availableSince="10.15.0"
643643
categorySupported={["browser"]}
644-
parameters={[
645-
{
646-
name: "span",
647-
required: true,
648-
type: "Span",
649-
description: "The span to be set active"
650-
}
651-
]}
652644
>
653645
Sets the passed span as the active span on the current scope.
654-
You most likely don't need this functionality and should [use `startActiveSpan`](#startActiveSpan)
646+
You most likely don't need this functionality and should [use `startSpan`](#startSpan)
655647
instead.
656648
However, in some situations, you might prefer a span being active outside of a callback.
657649
In this case, the combination of [`startInactiveSpan`](#startInactiveSpan) with this function

0 commit comments

Comments
 (0)