@@ -108,7 +108,7 @@ describe('vueRouterInstrumentation()', () => {
108108 query : to . query ,
109109 } ,
110110 op : 'navigation' ,
111- origin : 'auto.http .vue' ,
111+ origin : 'auto.navigation .vue' ,
112112 tags : {
113113 'routing.instrumentation' : 'vue-router' ,
114114 } ,
@@ -149,7 +149,7 @@ describe('vueRouterInstrumentation()', () => {
149149 source : 'url' ,
150150 } ,
151151 op : 'pageload' ,
152- origin : 'auto.http .vue' ,
152+ origin : 'auto.pageload .vue' ,
153153 tags : {
154154 'routing.instrumentation' : 'vue-router' ,
155155 } ,
@@ -196,7 +196,7 @@ describe('vueRouterInstrumentation()', () => {
196196 query : to . query ,
197197 } ,
198198 op : 'navigation' ,
199- origin : 'auto.http .vue' ,
199+ origin : 'auto.navigation .vue' ,
200200 tags : {
201201 'routing.instrumentation' : 'vue-router' ,
202202 } ,
@@ -228,7 +228,7 @@ describe('vueRouterInstrumentation()', () => {
228228 query : to . query ,
229229 } ,
230230 op : 'navigation' ,
231- origin : 'auto.http .vue' ,
231+ origin : 'auto.navigation .vue' ,
232232 tags : {
233233 'routing.instrumentation' : 'vue-router' ,
234234 } ,
@@ -263,7 +263,7 @@ describe('vueRouterInstrumentation()', () => {
263263 source : 'url' ,
264264 } ,
265265 op : 'pageload' ,
266- origin : 'auto.http .vue' ,
266+ origin : 'auto.pageload .vue' ,
267267 tags : {
268268 'routing.instrumentation' : 'vue-router' ,
269269 } ,
@@ -350,7 +350,7 @@ describe('vueRouterInstrumentation()', () => {
350350 query : to . query ,
351351 } ,
352352 op : 'navigation' ,
353- origin : 'auto.http .vue' ,
353+ origin : 'auto.navigation .vue' ,
354354 tags : {
355355 'routing.instrumentation' : 'vue-router' ,
356356 } ,
0 commit comments