@@ -32,7 +32,7 @@ sentryTest('captures logs with scope attributes', async ({ getLocalTestUrl, page
3232 attributes : {
3333 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
3434 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
35- log_attr : { value : 'scope_attr_1 ' , type : 'string' } ,
35+ log_attr : { value : 'log_attr_1 ' , type : 'string' } ,
3636 } ,
3737 } ,
3838 {
@@ -45,7 +45,7 @@ sentryTest('captures logs with scope attributes', async ({ getLocalTestUrl, page
4545 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
4646 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
4747 global_scope_attr : { value : true , type : 'boolean' } ,
48- log_attr : { value : 'scope_attr_2 ' , type : 'string' } ,
48+ log_attr : { value : 'log_attr_2 ' , type : 'string' } ,
4949 } ,
5050 } ,
5151 {
@@ -59,7 +59,7 @@ sentryTest('captures logs with scope attributes', async ({ getLocalTestUrl, page
5959 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
6060 global_scope_attr : { value : true , type : 'boolean' } ,
6161 isolation_scope_1_attr : { value : 100 , unit : 'ms' , type : 'integer' } ,
62- log_attr : { value : 'scope_attr_3 ' , type : 'string' } ,
62+ log_attr : { value : 'log_attr_3 ' , type : 'string' } ,
6363 } ,
6464 } ,
6565 {
@@ -74,7 +74,7 @@ sentryTest('captures logs with scope attributes', async ({ getLocalTestUrl, page
7474 global_scope_attr : { value : true , type : 'boolean' } ,
7575 isolation_scope_1_attr : { value : 100 , unit : 'ms' , type : 'integer' } ,
7676 scope_attr : { value : 200 , unit : 'ms' , type : 'integer' } ,
77- log_attr : { value : 'scope_attr_4 ' , type : 'string' } ,
77+ log_attr : { value : 'log_attr_4 ' , type : 'string' } ,
7878 } ,
7979 } ,
8080 {
@@ -89,7 +89,7 @@ sentryTest('captures logs with scope attributes', async ({ getLocalTestUrl, page
8989 global_scope_attr : { value : true , type : 'boolean' } ,
9090 isolation_scope_1_attr : { value : 100 , unit : 'ms' , type : 'integer' } ,
9191 scope_2_attr : { value : 300 , unit : 'ms' , type : 'integer' } ,
92- log_attr : { value : 'scope_attr_5 ' , type : 'string' } ,
92+ log_attr : { value : 'log_attr_5 ' , type : 'string' } ,
9393 } ,
9494 } ,
9595 ] ,
0 commit comments