Skip to content

Commit 1992d97

Browse files
author
Brian Vaughn
authored
Revert "Temporarily disable Profiler commit hooks flag (#19900)" (#19960)
1 parent 44d39c4 commit 1992d97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ export const {
3535
// It's not used anywhere in production yet.
3636

3737
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;
38+
exportconstenableProfilerCommitHooks=__PROFILE__;
4239

4340
// Logs additional User Timing API marks for use with an experimental profiling tool.
4441
exportconstenableSchedulingProfiler=__PROFILE__;

0 commit comments

Comments
 (0)
close