@@ -48,6 +48,7 @@ test('Captures a pageload transaction', async ({ page }) => {
4848 data : {
4949 'sentry.origin' : 'auto.ui.browser.metrics' ,
5050 'sentry.op' : 'browser.domContentLoadedEvent' ,
51+ 'sentry.replay_id' : expect . any ( String ) ,
5152 } ,
5253 description : page . url ( ) ,
5354 op : 'browser.domContentLoadedEvent' ,
@@ -62,6 +63,7 @@ test('Captures a pageload transaction', async ({ page }) => {
6263 data : {
6364 'sentry.origin' : 'auto.ui.browser.metrics' ,
6465 'sentry.op' : 'browser.connect' ,
66+ 'sentry.replay_id' : expect . any ( String ) ,
6567 } ,
6668 description : page . url ( ) ,
6769 op : 'browser.connect' ,
@@ -76,6 +78,7 @@ test('Captures a pageload transaction', async ({ page }) => {
7678 data : {
7779 'sentry.origin' : 'auto.ui.browser.metrics' ,
7880 'sentry.op' : 'browser.request' ,
81+ 'sentry.replay_id' : expect . any ( String ) ,
7982 } ,
8083 description : page . url ( ) ,
8184 op : 'browser.request' ,
@@ -90,6 +93,7 @@ test('Captures a pageload transaction', async ({ page }) => {
9093 data : {
9194 'sentry.origin' : 'auto.ui.browser.metrics' ,
9295 'sentry.op' : 'browser.response' ,
96+ 'sentry.replay_id' : expect . any ( String ) ,
9397 } ,
9498 description : page . url ( ) ,
9599 op : 'browser.response' ,
0 commit comments