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 4774399 commit b7d1544Copy full SHA for b7d1544
packages/vue/src/tracing.ts
@@ -114,6 +114,8 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
114
attributes: {
115
[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN]: 'auto.ui.vue',
116
},
117
+ // UI spans should only be created if there is an active root span (transaction)
118
+ onlyIfParent: true,
119
});
120
}
121
} else {
0 commit comments