We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e08b29 commit adcb989Copy full SHA for adcb989
packages/browser/rollup.config.js
@@ -16,7 +16,7 @@ const terserInstance = terser({
16
// I listed all of them here just for the clarity sake, as they are all used in the frames manipulation process.
17
reserved: ['captureException', 'captureMessage', 'sentryWrapped'],
18
properties: {
19
- regex: /^_/,
+ regex: /^_[^_]/,
20
},
21
22
});
0 commit comments