Skip to content

Commit

Permalink
Temporarily disable Profiler commit hooks flag to verify it does not …
Browse files Browse the repository at this point in the history
…cause a regression.
  • Loading branch information
Brian Vaughn committed Sep 30, 2020
1 parent 9198a5c commit f412961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ export const {
// It's not used anywhere in production yet.

export const enableProfilerTimer = __PROFILE__;
export const enableProfilerCommitHooks = __PROFILE__;

// Temporarily disable commit hooks flag to verify it does not cause a regression.
export const enableProfilerCommitHooks = false;

// Logs additional User Timing API marks for use with an experimental profiling tool.
export const enableSchedulingProfiler = __PROFILE__;
Expand Down

0 comments on commit f412961

Please sign in to comment.