Skip to content

Commit 21ff82b

Browse files
committed
test
1 parent b0ae26d commit 21ff82b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/browser/src/sdk.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ export function init(browserOptions: BrowserOptions = {}): void {
157157

158158
initAndBind(BrowserClient, clientOptions);
159159

160+
// tmp test
161+
getCurrentScope();
162+
160163
if (options.autoSessionTracking) {
161164
startSessionTracking();
162165
}

0 commit comments

Comments
 (0)