Skip to content

Commit f412961

Browse files
author
Brian Vaughn
committed
Temporarily disable Profiler commit hooks flag to verify it does not cause a regression.
1 parent 9198a5c commit f412961

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ export const {
3535
// It's not used anywhere in production yet.
3636

3737
export const enableProfilerTimer = __PROFILE__;
38-
export const enableProfilerCommitHooks = __PROFILE__;
38+
39+
// Temporarily disable commit hooks flag to verify it does not cause a regression.
40+
export const enableProfilerCommitHooks = false;
3941

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

0 commit comments

Comments
 (0)