File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/browser-integration-tests/suites/replay/bufferMode Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ sentryTest(
149
149
expect ( event1 ) . toEqual (
150
150
getExpectedReplayEvent ( {
151
151
contexts : { replay : { error_sample_rate : 0 , session_sample_rate : 0 } } ,
152
- replay_start_timestamp : undefined ,
153
152
replay_type : 'buffer' , // although we're in session mode, we still send 'buffer' as replay_type
154
153
segment_id : 1 ,
155
154
urls : [ ] ,
@@ -162,7 +161,6 @@ sentryTest(
162
161
expect ( event2 ) . toEqual (
163
162
getExpectedReplayEvent ( {
164
163
contexts : { replay : { error_sample_rate : 0 , session_sample_rate : 0 } } ,
165
- replay_start_timestamp : undefined ,
166
164
replay_type : 'buffer' , // although we're in session mode, we still send 'buffer' as replay_type
167
165
segment_id : 2 ,
168
166
urls : [ ] ,
You can’t perform that action at this time.
0 commit comments