@@ -324,6 +324,7 @@ describe('preprocessData', () => {
324
324
30 => Array [],
325
325
},
326
326
"nativeEvents": Array [],
327
+ "networkMeasures": Array [],
327
328
"otherUserTimingMarks": Array [],
328
329
"reactVersion": "17.0.3",
329
330
"schedulingEvents": Array [],
@@ -530,6 +531,7 @@ describe('preprocessData', () => {
530
531
30 => Array [],
531
532
},
532
533
"nativeEvents": Array [],
534
+ "networkMeasures": Array [],
533
535
"otherUserTimingMarks": Array [],
534
536
"reactVersion": "17.0.3",
535
537
"schedulingEvents": Array [
@@ -715,6 +717,7 @@ describe('preprocessData', () => {
715
717
30 => Array [],
716
718
},
717
719
"nativeEvents": Array [],
720
+ "networkMeasures": Array [],
718
721
"otherUserTimingMarks": Array [
719
722
Object {
720
723
"name": "__v3",
@@ -1051,6 +1054,7 @@ describe('preprocessData', () => {
1051
1054
30 => Array [],
1052
1055
},
1053
1056
"nativeEvents": Array [],
1057
+ "networkMeasures": Array [],
1054
1058
"otherUserTimingMarks": Array [
1055
1059
Object {
1056
1060
"name": "__v3",
0 commit comments