We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b250659 commit e059b86Copy full SHA for e059b86
packages/shared/forks/ReactFeatureFlags.native-fb.js
@@ -20,7 +20,7 @@ export const {enablePersistentOffscreenHostContainer} = dynamicFlags;
20
21
// The rest of the flags are static for better dead code elimination.
22
export const enableDebugTracing = false;
23
-export const enableSchedulingProfiler = true;
+export const enableSchedulingProfiler = __PROFILE__;
24
export const enableProfilerTimer = __PROFILE__;
25
export const enableProfilerCommitHooks = __PROFILE__;
26
export const enableProfilerNestedUpdatePhase = __PROFILE__;
0 commit comments