Skip to content

Commit 20193aa

Browse files
committed
fixes
1 parent d0ea9b2 commit 20193aa

File tree

2 files changed

+4
-79
lines changed

2 files changed

+4
-79
lines changed

docs/platforms/javascript/common/apis.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If you use a bundler, using e.g. `const { replayIntegration } = await import('@s
132132

133133
<SdkApi name="getCurrentScope" signature="function getCurrentScope(): Scope">
134134
Returns the current scope. See{" "}
135-
<PlatformLink to="/configuration/scopes/">Scopes</PlatformLink> for more
135+
<PlatformLink to="/enriching-events/scopes/">Scopes</PlatformLink> for more
136136
information.
137137
</SdkApi>
138138

@@ -141,7 +141,7 @@ If you use a bundler, using e.g. `const { replayIntegration } = await import('@s
141141
signature="function withScope(callback: (scope: Scope) => void): void"
142142
>
143143
Forks the current scope and calls the callback with the forked scope. See{" "}
144-
<PlatformLink to="/configuration/scopes/">Scopes</PlatformLink> for more
144+
<PlatformLink to="/enriching-events/scopes/">Scopes</PlatformLink> for more
145145
information.
146146
</SdkApi>
147147

@@ -157,13 +157,13 @@ If you use a bundler, using e.g. `const { replayIntegration } = await import('@s
157157
signature="function withIsolationScope(callback: (scope: Scope) => void): void"
158158
>
159159
Forks the current isolation scope and calls the callback with the forked
160-
scope. See <PlatformLink to="/configuration/scopes/">Scopes</PlatformLink> for
160+
scope. See <PlatformLink to="/enriching-events/scopes/">Scopes</PlatformLink> for
161161
more information.
162162
</SdkApi>
163163

164164
<SdkApi name="getGlobalScope" signature="function getGlobalScope(): Scope">
165165
Returns the global scope. See{" "}
166-
<PlatformLink to="/configuration/scopes/">Scopes</PlatformLink> for more
166+
<PlatformLink to="/enriching-events/scopes/">Scopes</PlatformLink> for more
167167
information.
168168
</SdkApi>
169169

docs/platforms/python/apis.mdx

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)