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 38e1097 commit 6b5a8c8Copy full SHA for 6b5a8c8
packages/replay/test/mocks/mockSdk.ts
@@ -75,7 +75,7 @@ export async function mockSdk({ replayOptions, sentryOptions, autoStart = true }
75
integrations: [replayIntegration],
76
});
77
78
- // Instead of `setupOnce`, which is tricky to test, we call this manually here)
+ // Instead of `setupOnce`, which is tricky to test, we call this manually here
79
replayIntegration['_setup']();
80
81
if (autoStart) {
0 commit comments