Skip to content

Commit d0d8339

Browse files
committed
fix hub shim??
1 parent c0ca43d commit d0d8339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/getCurrentHubShim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const getCurrentHub = getCurrentHubShim;
8383
* Sends the current Session on the scope
8484
*/
8585
function _sendSessionUpdate(): void {
86-
const scope = getCurrentScope();
86+
const scope = getIsolationScope();
8787
const client = getClient();
8888

8989
const session = scope.getSession();

0 commit comments

Comments
 (0)