Skip to content

Commit f8d7b31

Browse files
committed
possibly fix minified bundle tests
1 parent 344c3d0 commit f8d7b31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ export function makeTerserPlugin() {
138138
'_resolveFilename',
139139
// Set on e.g. the shim feedbackIntegration to be able to detect it
140140
'_isShim',
141+
// _sentry_span_name_set_by_user is set by the user and is used to store the original span name
142+
'_sentry_span_name_set_by_user',
141143
],
142144
},
143145
},

0 commit comments

Comments
 (0)