Skip to content

Commit

Permalink
Enable enableProfilerCommitHooks flag for FB (#18230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Mar 10, 2020
1 parent 9e5626c commit 526c12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const {
export let enableUserTimingAPI = __DEV__ && !__EXPERIMENTAL__;

export const enableProfilerTimer = __PROFILE__;
export const enableProfilerCommitHooks = false;
export const enableProfilerCommitHooks = __PROFILE__;
export const enableSchedulerTracing = __PROFILE__;
export const enableSchedulerDebugging = true;

Expand Down

0 comments on commit 526c12f

Please sign in to comment.