Skip to content

Commit 6d64874

Browse files
authored
Update packages/feedback/src/constants.ts
1 parent 8df7daa commit 6d64874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/feedback/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { GLOBAL_OBJ } from "@sentry/utils";
22

33
// exporting a separate copy of `WINDOW` rather than exporting the one from `@sentry/browser`
44
// prevents the browser package from being bundled in the CDN bundle, and avoids a
5-
// circular dependency between the browser and replay packages
5+
// circular dependency between the browser and feedback packages
66
export const WINDOW = GLOBAL_OBJ as typeof GLOBAL_OBJ & Window;
77

88
const LIGHT_BACKGROUND = '#ffffff';

0 commit comments

Comments
 (0)