We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545d4c2 commit 23b7dfeCopy full SHA for 23b7dfe
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