1 parent 44d39c4 commit 1992d97Copy full SHA for 1992d97
packages/shared/forks/ReactFeatureFlags.www.js
@@ -35,10 +35,7 @@ export const {
35
// It's not used anywhere in production yet.
36
37
exportconstenableProfilerTimer=__PROFILE__;
38
-
39
-// Temporarily disable commit hooks flag to verify it does not cause a regression.
40
-// TODO (brian) Re-enable this flag if performance is mostly neutral.
41
-exportconstenableProfilerCommitHooks=false;
+exportconstenableProfilerCommitHooks=__PROFILE__;
42
43
// Logs additional User Timing API marks for use with an experimental profiling tool.
44
exportconstenableSchedulingProfiler=__PROFILE__;
0 commit comments