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.
scope.getSession
1 parent f4e60c1 commit 6dc3e50Copy full SHA for 6dc3e50
packages/hub/src/hub.ts
@@ -447,7 +447,7 @@ export class Hub implements HubInterface {
447
const { scope, client } = this.getStackTop();
448
if (!scope) return;
449
450
- const session = scope.getSession && scope.getSession();
+ const session = scope.getSession();
451
if (session) {
452
if (client && client.captureSession) {
453
client.captureSession(session);
0 commit comments