Skip to content

Commit

Permalink
fix(cdn): Do not mangle _metadata (#13426)
Browse files Browse the repository at this point in the history
Noticed that this is mangled on the `options` in the CDN, which it
probably shouldn't be...
  • Loading branch information
mydea authored Aug 28, 2024
1 parent 8ce9f7c commit 60271f5
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 @@ -116,6 +116,8 @@ export function makeTerserPlugin() {
'_integrations',
// _meta is used to store metadata of replay network events
'_meta',
// We store SDK metadata in the options
'_metadata',
// Object we inject debug IDs into with bundler plugins
'_sentryDebugIds',
// These are used by instrument.ts in utils for identifying HTML elements & events
Expand Down

0 comments on commit 60271f5

Please sign in to comment.