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 6707f38 commit b92e9c7Copy full SHA for b92e9c7
dev-packages/rollup-utils/plugins/bundlePlugins.mjs
@@ -136,6 +136,10 @@ export function makeTerserPlugin() {
136
'_resolveFilename',
137
// Set on e.g. the shim feedbackIntegration to be able to detect it
138
'_isShim',
139
+ // Set by `withStreamedSpan()` and checked by `isStreamedBeforeSendSpanCallback()` -
140
+ // since the setter passes the name as a string to `addNonEnumerableProperty`, terser
141
+ // cannot mangle it there, so we must keep the reader side unmangled too.
142
+ '_streamed',
143
// This is used in metadata integration
144
'_sentryModuleMetadata',
145
],
0 commit comments