Fix sections that come from React Fiber

Reviewed By: fkgozali

Differential Revision: D6235187

fbshipit-source-id: 55a49da9d81204f7a6199420beca1b096f7ea212
This commit is contained in:
Alexey Lang 2017-11-09 12:58:05 -08:00 committed by Facebook Github Bot
parent 780938170b
commit 1f40c95076
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ if (!global.process.env.NODE_ENV) {
// Setup the Systrace profiling hooks if necessary
if (global.__RCTProfileIsProfiling) {
const Systrace = require('Systrace');
Systrace.installReactHook(true);
Systrace.setEnabled(true);
}