Skip to content

Commit

Permalink
fix(vue): align span operations to new operations (#5892)
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
  • Loading branch information
3 people committed Oct 6, 2022
1 parent c3b246c commit c9a6a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/tracing.ts
Expand Up @@ -75,7 +75,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
this.$_sentryRootSpan ||
activeTransaction.startChild({
description: 'Application Render',
op: VUE_OP,
op: `${VUE_OP}.render`,
});
}
}
Expand Down

0 comments on commit c9a6a7c

Please sign in to comment.