Skip to content

Commit 526c12f

Browse files
author
Brian Vaughn
authored
Enable enableProfilerCommitHooks flag for FB (#18230)
1 parent 9e5626c commit 526c12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const {
3939
export let enableUserTimingAPI = __DEV__ && !__EXPERIMENTAL__;
4040

4141
export const enableProfilerTimer = __PROFILE__;
42-
export const enableProfilerCommitHooks = false;
42+
export const enableProfilerCommitHooks = __PROFILE__;
4343
export const enableSchedulerTracing = __PROFILE__;
4444
export const enableSchedulerDebugging = true;
4545

0 commit comments

Comments
 (0)