Skip to content

Commit 0817a21

Browse files
authored
Apply suggestions from code review
1 parent e2e894f commit 0817a21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/platforms/javascript/common/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ See <PlatformLink to="/tracing/instrumentation/">Tracing Instrumentation</Platfo
639639
<SdkApi
640640
name="setActiveSpanInBrowser"
641641
signature="function setActiveSpanInBrowser(span: Span): void"
642-
availableSince="10.14.0"
642+
availableSince="10.15.0"
643643
categorySupported={["browser"]}
644644
parameters={[
645645
{

docs/platforms/javascript/common/tracing/instrumentation/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ To add spans that aren't active, you can create independent spans. This is usefu
108108
<PlatformCategorySection supported={['browser']}>
109109

110110
### Setting an inactive span active (browser only)
111-
111+
112+
_Available Since: `10.15.0`_
113+
112114
In browser environments, you might run into use cases, where the callback-based span APIs are not sufficient.
113115
In such cases (see example below), you can use `startInactiveSpan` to start an initially inactive span and then
114116
set it active until you manually end the span.

0 commit comments

Comments
 (0)