File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ export class Vue implements Integration {
268
268
if ( transaction ) {
269
269
this . _rootSpan = transaction . startChild ( {
270
270
description : 'Application Render' ,
271
- op : 'Vue ' ,
271
+ op : 'vue ' ,
272
272
} ) ;
273
273
}
274
274
// Use functionality from @sentry /tracing
@@ -277,7 +277,7 @@ export class Vue implements Integration {
277
277
if ( activeTransaction ) {
278
278
this . _rootSpan = activeTransaction . startChild ( {
279
279
description : 'Application Render' ,
280
- op : 'Vue ' ,
280
+ op : 'vue ' ,
281
281
} ) ;
282
282
}
283
283
}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
71
71
this . $_sentryRootSpan ||
72
72
activeTransaction . startChild ( {
73
73
description : 'Application Render' ,
74
- op : 'Vue ' ,
74
+ op : 'vue ' ,
75
75
} ) ;
76
76
}
77
77
}
You can’t perform that action at this time.
0 commit comments