File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 {
268268 if ( transaction ) {
269269 this . _rootSpan = transaction . startChild ( {
270270 description : 'Application Render' ,
271- op : 'Vue ' ,
271+ op : 'vue ' ,
272272 } ) ;
273273 }
274274 // Use functionality from @sentry /tracing
@@ -277,7 +277,7 @@ export class Vue implements Integration {
277277 if ( activeTransaction ) {
278278 this . _rootSpan = activeTransaction . startChild ( {
279279 description : 'Application Render' ,
280- op : 'Vue ' ,
280+ op : 'vue ' ,
281281 } ) ;
282282 }
283283 }
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const createTracingMixins = (options: TracingOptions): Mixins => {
7171 this . $_sentryRootSpan ||
7272 activeTransaction . startChild ( {
7373 description : 'Application Render' ,
74- op : 'Vue ' ,
74+ op : 'vue ' ,
7575 } ) ;
7676 }
7777 }
You can’t perform that action at this time.
0 commit comments