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 c438390 commit d1eac59Copy full SHA for d1eac59
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