Skip to content

Commit

Permalink
Add comment explaining sentry debug ids
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Feb 14, 2023
1 parent 89eb55b commit 485b981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/utils/src/worldwide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ export interface InternalGlobal {
id?: string;
};
SENTRY_SDK_SOURCE?: SdkSource;
/**
* Debug IDs are indirectly injected by Sentry CLI or bundler plugins to directly reference a particular source map
* for resolving of a source file. The injected code will place an entry into the record for each loaded bundle/JS
* file.
*/
_sentryDebugIds?: Record<string, string>;
__SENTRY__: {
globalEventProcessors: any;
Expand Down

0 comments on commit 485b981

Please sign in to comment.