Skip to content

Commit d6af7a0

Browse files
Lms24mydea
authored andcommitted
update vue origins
1 parent 866851d commit d6af7a0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/vue/src/router.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function vueRouterInstrumentation(
7070
startTransaction({
7171
name: WINDOW.location.pathname,
7272
op: 'pageload',
73-
origin: 'auto.http.vue',
73+
origin: 'auto.pageload.vue',
7474
tags,
7575
metadata: {
7676
source: 'url',
@@ -122,7 +122,7 @@ export function vueRouterInstrumentation(
122122
startTransaction({
123123
name: transactionName,
124124
op: 'navigation',
125-
origin: 'auto.http.vue',
125+
origin: 'auto.navigation.vue',
126126
tags,
127127
data,
128128
metadata: {

packages/vue/test/router.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)