Summary: I noticed a bug where the export data perf events were not logged. The issue was that, it used the `Logger.getTrackTimeSince` method which used the `performance` from `perf-hooks` and not an ordinary performance object available in the global scope. So just importing performance from perf-hooks solved the issue. Reviewed By: mweststrate Differential Revision: D18887666 fbshipit-source-id: 66c24f47b95b25d2f3703c16c70cbe8b35fe0ec3
22 KiB
22 KiB