Skip to content

Commit b74ee3f

Browse files
committed
InternalGlobal .version optional
1 parent efe3229 commit b74ee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/worldwide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export type InternalGlobal = {
7474
_sentryDebugIds?: Record<string, string>;
7575
__SENTRY__: {
7676
[key: VersionString]: SentryCarrier;
77-
version: VersionString;
77+
version?: VersionString;
7878
} & BackwardsCompatibleSentryCarrier;
7979
/**
8080
* Raw module metadata that is injected by bundler plugins.

0 commit comments

Comments
 (0)