You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/apis.mdx
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,8 @@ If you use a bundler, using e.g. `const { replayIntegration } = await import('@s
135
135
<PlatformLinkto="/enriching-events/scopes/">Scopes</PlatformLink> for more
136
136
information.
137
137
138
-
Note that in most cases you should not use this API, but instead use `withScope` to generate and access a local scope. There are no guarantees about the consistency of `getCurrentScope` across different parts of your application, as scope forking may happen under the hood at various points.
138
+
Note that in most cases you should not use this API, but instead use `withScope` to generate and access a local scope. There are no guarantees about the consistency of `getCurrentScope` across different parts of your application, as scope forking may happen under the hood at various points.
139
+
139
140
</SdkApi>
140
141
141
142
<SdkApi
@@ -159,8 +160,8 @@ If you use a bundler, using e.g. `const { replayIntegration } = await import('@s
0 commit comments