Skip to content

Commit b88a26d

Browse files
author
Luca Forstner
authored
fix(build): Don't mangle away global debug ID map (#8096)
1 parent 6be91da commit b88a26d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rollup/plugins/bundlePlugins.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ export function makeTerserPlugin() {
129129
'_integrations',
130130
// _meta is used to store metadata of replay network events
131131
'_meta',
132+
// Object we inject debug IDs into with bundler plugins
133+
'_sentryDebugIds',
132134
],
133135
},
134136
},

0 commit comments

Comments
 (0)