Skip to content

Commit c9a6a7c

Browse files
outsiderisAbhiPrasadLms24
authored
fix(vue): align span operations to new operations (#5892)
Signed-off-by: Outsider <[email protected]> Co-authored-by: Abhijeet Prasad <[email protected]> Co-authored-by: Lukas Stracke <[email protected]>
1 parent c3b246c commit c9a6a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/tracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
7575
this.$_sentryRootSpan ||
7676
activeTransaction.startChild({
7777
description: 'Application Render',
78-
op: VUE_OP,
78+
op: `${VUE_OP}.render`,
7979
});
8080
}
8181
}

0 commit comments

Comments
 (0)