We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaaaa7d commit 62f3e4cCopy full SHA for 62f3e4c
dev-packages/rollup-utils/plugins/bundlePlugins.mjs
@@ -116,6 +116,8 @@ export function makeTerserPlugin() {
116
'_integrations',
117
// _meta is used to store metadata of replay network events
118
'_meta',
119
+ // We store SDK metadata in the options
120
+ '_metadata',
121
// Object we inject debug IDs into with bundler plugins
122
'_sentryDebugIds',
123
// These are used by instrument.ts in utils for identifying HTML elements & events
0 commit comments