Skip to content

Commit fe1fb8c

Browse files
authored
fix(cdn): Ensure _sentryModuleMetadata is not mangled (#14344)
Fixes #14343
1 parent d253621 commit fe1fb8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-packages/rollup-utils/plugins/bundlePlugins.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export function makeTerserPlugin() {
138138
'_resolveFilename',
139139
// Set on e.g. the shim feedbackIntegration to be able to detect it
140140
'_isShim',
141+
// This is used in metadata integration
142+
'_sentryModuleMetadata',
141143
],
142144
},
143145
},

0 commit comments

Comments
 (0)