@@ -324,6 +324,7 @@ describe('preprocessData', () => {
324324 30 => Array [],
325325 },
326326 "nativeEvents": Array [],
327+ "networkMeasures": Array [],
327328 "otherUserTimingMarks": Array [],
328329 "reactVersion": "17.0.3",
329330 "schedulingEvents": Array [],
@@ -530,6 +531,7 @@ describe('preprocessData', () => {
530531 30 => Array [],
531532 },
532533 "nativeEvents": Array [],
534+ "networkMeasures": Array [],
533535 "otherUserTimingMarks": Array [],
534536 "reactVersion": "17.0.3",
535537 "schedulingEvents": Array [
@@ -715,6 +717,7 @@ describe('preprocessData', () => {
715717 30 => Array [],
716718 },
717719 "nativeEvents": Array [],
720+ "networkMeasures": Array [],
718721 "otherUserTimingMarks": Array [
719722 Object {
720723 "name": "__v3",
@@ -1051,6 +1054,7 @@ describe('preprocessData', () => {
10511054 30 => Array [],
10521055 },
10531056 "nativeEvents": Array [],
1057+ "networkMeasures": Array [],
10541058 "otherUserTimingMarks": Array [
10551059 Object {
10561060 "name": "__v3",
0 commit comments