Skip to content

Commit

Permalink
fix(build): Don't mangle away global debug ID map (#8096)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed May 10, 2023
1 parent 6be91da commit b88a26d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup/plugins/bundlePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ export function makeTerserPlugin() {
'_integrations',
// _meta is used to store metadata of replay network events
'_meta',
// Object we inject debug IDs into with bundler plugins
'_sentryDebugIds',
],
},
},
Expand Down

0 comments on commit b88a26d

Please sign in to comment.