We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a2b36 commit c34e48cCopy full SHA for c34e48c
packages/core/src/getCurrentHubShim.ts
@@ -83,7 +83,7 @@ export const getCurrentHub = getCurrentHubShim;
83
* Sends the current Session on the scope
84
*/
85
function _sendSessionUpdate(): void {
86
- const scope = getCurrentScope();
+ const scope = getIsolationScope();
87
const client = getClient();
88
89
const session = scope.getSession();
0 commit comments