File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/replay/test/unit/coreHandlers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1453,13 +1453,13 @@ other-header: test`;
1453
1453
statusCode : 200 ,
1454
1454
} ,
1455
1455
description : url ,
1456
- endTimestamp : 1580598002 ,
1456
+ endTimestamp : ( BASE_TIMESTAMP + 2000 ) / 1000 ,
1457
1457
op : 'resource.fetch' ,
1458
- startTimestamp : 1580598001 ,
1458
+ startTimestamp : ( BASE_TIMESTAMP + 1000 ) / 1000 ,
1459
1459
} ,
1460
1460
tag : 'performanceSpan' ,
1461
1461
} ,
1462
- timestamp : 1580598001 ,
1462
+ timestamp : ( BASE_TIMESTAMP + 1000 ) / 1000 ,
1463
1463
type : 5 ,
1464
1464
} ,
1465
1465
] ) ;
@@ -1532,13 +1532,13 @@ other-header: test`;
1532
1532
statusCode : 200 ,
1533
1533
} ,
1534
1534
description : url ,
1535
- endTimestamp : 1580598002 ,
1535
+ endTimestamp : ( BASE_TIMESTAMP + 2000 ) / 1000 ,
1536
1536
op : 'resource.xhr' ,
1537
- startTimestamp : 1580598001 ,
1537
+ startTimestamp : ( BASE_TIMESTAMP + 1000 ) / 1000 ,
1538
1538
} ,
1539
1539
tag : 'performanceSpan' ,
1540
1540
} ,
1541
- timestamp : 1580598001 ,
1541
+ timestamp : ( BASE_TIMESTAMP + 1000 ) / 1000 ,
1542
1542
type : 5 ,
1543
1543
} ,
1544
1544
] ) ;
You can’t perform that action at this time.
0 commit comments