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 ff2850a commit 2efd866Copy full SHA for 2efd866
packages/browser/src/utils/lazyLoadIntegration.ts
@@ -20,7 +20,7 @@ const LazyLoadableIntegrations = {
20
sessionTimingIntegration: 'sessiontiming',
21
} as const;
22
23
-const WindowWithMaybeIntegration = WINDOW as typeof WINDOW & {
+const WindowWithMaybeIntegration = WINDOW as {
24
Sentry?: Partial<Record<keyof typeof LazyLoadableIntegrations, IntegrationFn>>;
25
};
26
0 commit comments