Skip to content

Commit c00bbac

Browse files
authored
feat(browser): Export getIsolationScope and getGlobalScope (#10658)
We forgot to re-export these, apparently.
1 parent efa04ff commit c00bbac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/browser/src/exports.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export {
3737
getClient,
3838
isInitialized,
3939
getCurrentScope,
40+
getIsolationScope,
41+
getGlobalScope,
4042
Hub,
4143
// eslint-disable-next-line deprecation/deprecation
4244
// eslint-disable-next-line deprecation/deprecation

0 commit comments

Comments
 (0)