Skip to content

Commit 485b981

Browse files
author
Luca Forstner
committed
Add comment explaining sentry debug ids
1 parent 89eb55b commit 485b981

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/utils/src/worldwide.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ export interface InternalGlobal {
2929
id?: string;
3030
};
3131
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+
*/
3237
_sentryDebugIds?: Record<string, string>;
3338
__SENTRY__: {
3439
globalEventProcessors: any;

0 commit comments

Comments
 (0)