Skip to content

Commit b72711d

Browse files
committed
.
1 parent 5a90349 commit b72711d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dev-packages/rollup-utils/plugins/bundlePlugins.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ export function makeTerserPlugin() {
136136
'_resolveFilename',
137137
// Set on e.g. the shim feedbackIntegration to be able to detect it
138138
'_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.
139+
// Marker set by `withStreamedSpan()` to tag streamed `beforeSendSpan` callbacks
142140
'_streamed',
143141
// This is used in metadata integration
144142
'_sentryModuleMetadata',

0 commit comments

Comments
 (0)