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 344c3d0 commit f8d7b31Copy full SHA for f8d7b31
dev-packages/rollup-utils/plugins/bundlePlugins.mjs
@@ -138,6 +138,8 @@ export function makeTerserPlugin() {
138
'_resolveFilename',
139
// Set on e.g. the shim feedbackIntegration to be able to detect it
140
'_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',
143
],
144
},
145
0 commit comments