Skip to content

Commit

Permalink
DCE updater tracking code from Facebook production bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 9, 2021
1 parent cbcbfbe commit ff40a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const {
enableLegacyFBSupport,
deferRenderPhaseUpdateToNextBatch,
enableDebugTracing,
enableUpdaterTracking,
skipUnmountedBoundaries,
enableStrictEffects,
createRootStrictEffectsByDefault,
Expand All @@ -45,6 +44,8 @@ export const enableProfilerCommitHooks = __PROFILE__;
export const enableProfilerNestedUpdatePhase = __PROFILE__;
export const enableProfilerNestedUpdateScheduledHook =
__PROFILE__ && dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
export const enableUpdaterTracking =
__PROFILE__ && dynamicFeatureFlags.enableUpdaterTracking;

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

0 comments on commit ff40a42

Please sign in to comment.