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 89eb55b commit 485b981Copy full SHA for 485b981
packages/utils/src/worldwide.ts
@@ -29,6 +29,11 @@ export interface InternalGlobal {
29
id?: string;
30
};
31
SENTRY_SDK_SOURCE?: SdkSource;
32
+ /**
33
+ * Debug IDs are indirectly injected by Sentry CLI or bundler plugins to directly reference a particular source map
34
+ * for resolving of a source file. The injected code will place an entry into the record for each loaded bundle/JS
35
+ * file.
36
+ */
37
_sentryDebugIds?: Record<string, string>;
38
__SENTRY__: {
39
globalEventProcessors: any;
0 commit comments