@@ -108,7 +108,7 @@ describe('vueRouterInstrumentation()', () => {
108
108
query : to . query ,
109
109
} ,
110
110
op : 'navigation' ,
111
- origin : 'auto.http .vue' ,
111
+ origin : 'auto.navigation .vue' ,
112
112
tags : {
113
113
'routing.instrumentation' : 'vue-router' ,
114
114
} ,
@@ -149,7 +149,7 @@ describe('vueRouterInstrumentation()', () => {
149
149
source : 'url' ,
150
150
} ,
151
151
op : 'pageload' ,
152
- origin : 'auto.http .vue' ,
152
+ origin : 'auto.pageload .vue' ,
153
153
tags : {
154
154
'routing.instrumentation' : 'vue-router' ,
155
155
} ,
@@ -196,7 +196,7 @@ describe('vueRouterInstrumentation()', () => {
196
196
query : to . query ,
197
197
} ,
198
198
op : 'navigation' ,
199
- origin : 'auto.http .vue' ,
199
+ origin : 'auto.navigation .vue' ,
200
200
tags : {
201
201
'routing.instrumentation' : 'vue-router' ,
202
202
} ,
@@ -228,7 +228,7 @@ describe('vueRouterInstrumentation()', () => {
228
228
query : to . query ,
229
229
} ,
230
230
op : 'navigation' ,
231
- origin : 'auto.http .vue' ,
231
+ origin : 'auto.navigation .vue' ,
232
232
tags : {
233
233
'routing.instrumentation' : 'vue-router' ,
234
234
} ,
@@ -263,7 +263,7 @@ describe('vueRouterInstrumentation()', () => {
263
263
source : 'url' ,
264
264
} ,
265
265
op : 'pageload' ,
266
- origin : 'auto.http .vue' ,
266
+ origin : 'auto.pageload .vue' ,
267
267
tags : {
268
268
'routing.instrumentation' : 'vue-router' ,
269
269
} ,
@@ -350,7 +350,7 @@ describe('vueRouterInstrumentation()', () => {
350
350
query : to . query ,
351
351
} ,
352
352
op : 'navigation' ,
353
- origin : 'auto.http .vue' ,
353
+ origin : 'auto.navigation .vue' ,
354
354
tags : {
355
355
'routing.instrumentation' : 'vue-router' ,
356
356
} ,
0 commit comments