Move plugin stats to their own file

Summary: Really nothing interesting to see here , just moved pluginStats out of messageQueue, as it started there and kept growing

Reviewed By: nikoant

Differential Revision: D22257318

fbshipit-source-id: 26be7efb4629fcef1b14de96a2b60f17f7d76785
This commit is contained in:
Michel Weststrate
2020-07-01 08:58:40 -07:00
committed by Facebook GitHub Bot
parent ec85dd5b01
commit 6c79408b0f
3 changed files with 125 additions and 116 deletions

View File

@@ -17,7 +17,7 @@ import Client from '../Client';
import {
getPluginBackgroundStats,
resetPluginBackgroundStatsDelta,
} from '../utils/messageQueue';
} from '../utils/pluginStats';
import {
clearTimeline,
TrackingEvent,