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 8df7daa commit 6d64874Copy full SHA for 6d64874
packages/feedback/src/constants.ts
@@ -2,7 +2,7 @@ import { GLOBAL_OBJ } from "@sentry/utils";
2
3
// exporting a separate copy of `WINDOW` rather than exporting the one from `@sentry/browser`
4
// prevents the browser package from being bundled in the CDN bundle, and avoids a
5
-// circular dependency between the browser and replay packages
+// circular dependency between the browser and feedback packages
6
export const WINDOW = GLOBAL_OBJ as typeof GLOBAL_OBJ & Window;
7
8
const LIGHT_BACKGROUND = '#ffffff';
0 commit comments