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 58c3718 commit b501168Copy full SHA for b501168
packages/sveltekit/src/vite/injectGlobalValues.ts
@@ -14,7 +14,7 @@ export type GlobalWithSentryValues = InternalGlobal & GlobalSentryValues;
14
export const VIRTUAL_GLOBAL_VALUES_FILE = '\0sentry-inject-global-values-file';
15
16
/**
17
- * @returns code that injects @param globalSentryValues into the global scope.
+ * @returns code that injects @param globalSentryValues into the global object.
18
*/
19
export function getGlobalValueInjectionCode(globalSentryValues: GlobalSentryValues): string {
20
if (Object.keys(globalSentryValues).length === 0) {
0 commit comments