From bb0eafd3acfb626d8e5b592d9c75874ce7d3abbf Mon Sep 17 00:00:00 2001 From: vykes-mac <47489215+vykes-mac@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:02:00 -0400 Subject: [PATCH] add feature flag for logged-in version of performance profiler (#94392) --- config/development.json | 1 + config/production.json | 1 + config/stage.json | 1 + config/wpcalypso.json | 1 + 4 files changed, 4 insertions(+) diff --git a/config/development.json b/config/development.json index 18db1e9c4855c..bebbc1231b046 100644 --- a/config/development.json +++ b/config/development.json @@ -168,6 +168,7 @@ "pattern-assembler/v2": true, "performance-profiler": true, "performance-profiler/llm": true, + "performance-profiler/logged-in": true, "plans/hosting-trial": true, "plans/migration-trial": true, "plans/personal-plan": true, diff --git a/config/production.json b/config/production.json index cc0b4bd334f5b..e50e742130954 100644 --- a/config/production.json +++ b/config/production.json @@ -138,6 +138,7 @@ "pattern-assembler/v2": true, "performance-profiler": false, "performance-profiler/llm": true, + "performance-profiler/logged-in": false, "plans/hosting-trial": true, "plans/migration-trial": true, "plans/personal-plan": true, diff --git a/config/stage.json b/config/stage.json index 7b9bdd759b91d..d14663906b863 100644 --- a/config/stage.json +++ b/config/stage.json @@ -134,6 +134,7 @@ "pattern-assembler/v2": true, "performance-profiler": false, "performance-profiler/llm": true, + "performance-profiler/logged-in": false, "plans/hosting-trial": true, "plans/migration-trial": true, "plans/personal-plan": true, diff --git a/config/wpcalypso.json b/config/wpcalypso.json index b30a9a932686d..06fde27f81c28 100644 --- a/config/wpcalypso.json +++ b/config/wpcalypso.json @@ -133,6 +133,7 @@ "pattern-assembler/v2": true, "performance-profiler": true, "performance-profiler/llm": true, + "performance-profiler/logged-in": false, "plans/hosting-trial": true, "plans/migration-trial": true, "plans/personal-plan": true,