File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
docs/platforms/javascript/common Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments