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.
_sentryModuleMetadata
1 parent fb38a6f commit c05f59dCopy full SHA for c05f59d
dev-packages/rollup-utils/plugins/bundlePlugins.mjs
@@ -139,6 +139,8 @@ export function makeTerserPlugin() {
139
// For v7 backwards-compatibility we need to access txn._frozenDynamicSamplingContext
140
// TODO (v8): Remove this reserved word
141
'_frozenDynamicSamplingContext',
142
+ // This is used in metadata integration
143
+ '_sentryModuleMetadata',
144
],
145
},
146
0 commit comments