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 efe3229 commit b74ee3fCopy full SHA for b74ee3f
packages/utils/src/worldwide.ts
@@ -74,7 +74,7 @@ export type InternalGlobal = {
74
_sentryDebugIds?: Record<string, string>;
75
__SENTRY__: {
76
[key: VersionString]: SentryCarrier;
77
- version: VersionString;
+ version?: VersionString;
78
} & BackwardsCompatibleSentryCarrier;
79
/**
80
* Raw module metadata that is injected by bundler plugins.
0 commit comments