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 c3b246c commit c9a6a7cCopy full SHA for c9a6a7c
packages/vue/src/tracing.ts
@@ -75,7 +75,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
75
this.$_sentryRootSpan ||
76
activeTransaction.startChild({
77
description: 'Application Render',
78
- op: VUE_OP,
+ op: `${VUE_OP}.render`,
79
});
80
}
81
0 commit comments