Skip to content

Commit

Permalink
Fix sections that come from React Fiber
Browse files Browse the repository at this point in the history
Reviewed By: fkgozali

Differential Revision: D6235187

fbshipit-source-id: 55a49da9d81204f7a6199420beca1b096f7ea212
  • Loading branch information
alexeylang authored and facebook-github-bot committed Nov 9, 2017
1 parent 7809381 commit 1f40c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Core/InitializeCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 1f40c95

Please sign in to comment.