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 5a90349 commit b72711dCopy full SHA for b72711d
1 file changed
dev-packages/rollup-utils/plugins/bundlePlugins.mjs
@@ -136,9 +136,7 @@ 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.
+ // Marker set by `withStreamedSpan()` to tag streamed `beforeSendSpan` callbacks
142
'_streamed',
143
// This is used in metadata integration
144
'_sentryModuleMetadata',
0 commit comments