@@ -34,6 +34,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
3434 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
3535 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
3636 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
37+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
3738 'sentry.message.template' : { value : 'console.trace {} {}' , type : 'string' } ,
3839 'sentry.message.parameter.0' : { value : 123 , type : 'integer' } ,
3940 'sentry.message.parameter.1' : { value : false , type : 'boolean' } ,
@@ -49,6 +50,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
4950 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
5051 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
5152 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
53+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
5254 'sentry.message.template' : { value : 'console.debug {} {}' , type : 'string' } ,
5355 'sentry.message.parameter.0' : { value : 123 , type : 'integer' } ,
5456 'sentry.message.parameter.1' : { value : false , type : 'boolean' } ,
@@ -64,6 +66,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
6466 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
6567 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
6668 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
69+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
6770 'sentry.message.template' : { value : 'console.log {} {}' , type : 'string' } ,
6871 'sentry.message.parameter.0' : { value : 123 , type : 'integer' } ,
6972 'sentry.message.parameter.1' : { value : false , type : 'boolean' } ,
@@ -79,6 +82,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
7982 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
8083 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
8184 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
85+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
8286 'sentry.message.template' : { value : 'console.info {} {}' , type : 'string' } ,
8387 'sentry.message.parameter.0' : { value : 123 , type : 'integer' } ,
8488 'sentry.message.parameter.1' : { value : false , type : 'boolean' } ,
@@ -94,6 +98,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
9498 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
9599 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
96100 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
101+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
97102 'sentry.message.template' : { value : 'console.warn {} {}' , type : 'string' } ,
98103 'sentry.message.parameter.0' : { value : 123 , type : 'integer' } ,
99104 'sentry.message.parameter.1' : { value : false , type : 'boolean' } ,
@@ -109,6 +114,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
109114 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
110115 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
111116 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
117+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
112118 'sentry.message.template' : { value : 'console.error {} {}' , type : 'string' } ,
113119 'sentry.message.parameter.0' : { value : 123 , type : 'integer' } ,
114120 'sentry.message.parameter.1' : { value : false , type : 'boolean' } ,
@@ -124,6 +130,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
124130 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
125131 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
126132 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
133+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
127134 } ,
128135 } ,
129136 {
@@ -136,6 +143,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
136143 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
137144 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
138145 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
146+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
139147 'sentry.message.template' : { value : 'Object: {}' , type : 'string' } ,
140148 'sentry.message.parameter.0' : { value : '{"key":"value","nested":{"prop":123}}' , type : 'string' } ,
141149 } ,
@@ -150,6 +158,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
150158 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
151159 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
152160 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
161+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
153162 'sentry.message.template' : { value : 'Array: {}' , type : 'string' } ,
154163 'sentry.message.parameter.0' : { value : '[1,2,3,"string"]' , type : 'string' } ,
155164 } ,
@@ -164,6 +173,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
164173 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
165174 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
166175 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
176+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
167177 'sentry.message.template' : { value : 'Mixed: {} {} {} {}' , type : 'string' } ,
168178 'sentry.message.parameter.0' : { value : 'prefix' , type : 'string' } ,
169179 'sentry.message.parameter.1' : { value : '{"obj":true}' , type : 'string' } ,
@@ -181,6 +191,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
181191 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
182192 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
183193 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
194+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
184195 } ,
185196 } ,
186197 {
@@ -193,6 +204,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
193204 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
194205 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
195206 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
207+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
196208 } ,
197209 } ,
198210 {
@@ -205,6 +217,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
205217 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
206218 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
207219 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
220+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
208221 } ,
209222 } ,
210223 {
@@ -217,6 +230,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
217230 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
218231 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
219232 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
233+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
220234 'sentry.message.template' : { value : 'first {} {} {}' , type : 'string' } ,
221235 'sentry.message.parameter.0' : { value : 0 , type : 'integer' } ,
222236 'sentry.message.parameter.1' : { value : 1 , type : 'integer' } ,
@@ -233,6 +247,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
233247 'sentry.origin' : { value : 'auto.log.console' , type : 'string' } ,
234248 'sentry.sdk.name' : { value : 'sentry.javascript.browser' , type : 'string' } ,
235249 'sentry.sdk.version' : { value : expect . any ( String ) , type : 'string' } ,
250+ 'sentry.timestamp.sequence' : { value : expect . any ( Number ) , type : 'integer' } ,
236251 'sentry.message.template' : { value : 'hello {} {} {}' , type : 'string' } ,
237252 'sentry.message.parameter.0' : { value : true , type : 'boolean' } ,
238253 'sentry.message.parameter.1' : { value : 'null' , type : 'string' } ,
0 commit comments