@@ -42,7 +42,7 @@ test('Captures a pageload transaction', async ({ page }) => {
42
42
expect ( transactionEvent . spans ) . toContainEqual ( {
43
43
data : {
44
44
'sentry.origin' : 'auto.ui.browser.metrics' ,
45
- 'sentry.op' : 'browser' ,
45
+ 'sentry.op' : 'browser.domContentLoadedEvent ' ,
46
46
} ,
47
47
description : page . url ( ) ,
48
48
op : 'browser.domContentLoadedEvent' ,
@@ -56,7 +56,7 @@ test('Captures a pageload transaction', async ({ page }) => {
56
56
expect ( transactionEvent . spans ) . toContainEqual ( {
57
57
data : {
58
58
'sentry.origin' : 'auto.ui.browser.metrics' ,
59
- 'sentry.op' : 'browser' ,
59
+ 'sentry.op' : 'browser.connect ' ,
60
60
} ,
61
61
description : page . url ( ) ,
62
62
op : 'browser.connect' ,
@@ -70,7 +70,7 @@ test('Captures a pageload transaction', async ({ page }) => {
70
70
expect ( transactionEvent . spans ) . toContainEqual ( {
71
71
data : {
72
72
'sentry.origin' : 'auto.ui.browser.metrics' ,
73
- 'sentry.op' : 'browser' ,
73
+ 'sentry.op' : 'browser.request ' ,
74
74
} ,
75
75
description : page . url ( ) ,
76
76
op : 'browser.request' ,
@@ -84,7 +84,7 @@ test('Captures a pageload transaction', async ({ page }) => {
84
84
expect ( transactionEvent . spans ) . toContainEqual ( {
85
85
data : {
86
86
'sentry.origin' : 'auto.ui.browser.metrics' ,
87
- 'sentry.op' : 'browser' ,
87
+ 'sentry.op' : 'browser.response ' ,
88
88
} ,
89
89
description : page . url ( ) ,
90
90
op : 'browser.response' ,
0 commit comments