Skip to content

Commit

Permalink
add feature flag for logged-in version of performance profiler (#94392)
Browse files Browse the repository at this point in the history
  • Loading branch information
vykes-mac authored Sep 10, 2024
1 parent edaf716 commit bb0eafd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions config/wpcalypso.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bb0eafd

Please sign in to comment.