Skip to content

Commit

Permalink
fix(cdn): Ensure _sentryModuleMetadata is not mangled (#14344)
Browse files Browse the repository at this point in the history
Fixes #14343
  • Loading branch information
mydea authored Nov 18, 2024
1 parent d253621 commit fe1fb8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-packages/rollup-utils/plugins/bundlePlugins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ export function makeTerserPlugin() {
'_resolveFilename',
// Set on e.g. the shim feedbackIntegration to be able to detect it
'_isShim',
// This is used in metadata integration
'_sentryModuleMetadata',
],
},
},
Expand Down

0 comments on commit fe1fb8c

Please sign in to comment.