mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Make interaction tracing on by default in all WWW builds (#18419)
This commit is contained in:
@@ -40,7 +40,11 @@ export let enableUserTimingAPI = __DEV__ && !__EXPERIMENTAL__;
|
||||
|
||||
export const enableProfilerTimer = __PROFILE__;
|
||||
export const enableProfilerCommitHooks = __PROFILE__;
|
||||
export const enableSchedulerTracing = __PROFILE__;
|
||||
|
||||
// Note: we'll want to remove this when we to userland implementation.
|
||||
// For now, we'll turn it on for everyone because it's *already* on for everyone in practice.
|
||||
// At least this will let us stop shipping <Profiler> implementation to all users.
|
||||
export const enableSchedulerTracing = true;
|
||||
export const enableSchedulerDebugging = true;
|
||||
|
||||
export const warnAboutDeprecatedLifecycles = true;
|
||||
|
||||
Reference in New Issue
Block a user