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 fe09ce2 commit 1f1ba83Copy full SHA for 1f1ba83
packages/core/test/lib/integration.test.ts
@@ -18,6 +18,7 @@ class MockIntegration implements Integration {
18
function withAutoloadedIntegrations(integrations: Integration[], callback: () => void) {
19
(global as any).__SENTRY__ = { integrations };
20
callback();
21
+ (global as any).__SENTRY__ = undefined;
22
delete (global as any).__SENTRY__;
23
}
24
0 commit comments