Skip to content

Commit 80cace3

Browse files
committed
possibly fix minified bundle tests
1 parent 36d5ae7 commit 80cace3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ export function makeTerserPlugin() {
140140
'_isShim',
141141
// This is used in metadata integration
142142
'_sentryModuleMetadata',
143+
// _sentry_span_name_set_by_user is set by the user and is used to store the original span name
144+
'_sentry_span_name_set_by_user',
143145
],
144146
},
145147
},

0 commit comments

Comments
 (0)