From a919ee19a0a86f05afef7eec37f4637502ae2eec Mon Sep 17 00:00:00 2001 From: Romeo Balta <7095569+romeobalta@users.noreply.github.com> Date: Wed, 27 Aug 2025 09:17:14 +0100 Subject: [PATCH] fix(editor): Track experiment (no-changelog) (#18834) --- packages/frontend/editor-ui/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/editor-ui/src/constants.ts b/packages/frontend/editor-ui/src/constants.ts index 0f1704e52d..c9c08dd610 100644 --- a/packages/frontend/editor-ui/src/constants.ts +++ b/packages/frontend/editor-ui/src/constants.ts @@ -808,6 +808,7 @@ export const EXPERIMENTS_TO_TRACK = [ NDV_UI_OVERHAUL_EXPERIMENT.name, BATCH_11AUG_EXPERIMENT.name, PRE_BUILT_AGENTS_EXPERIMENT.name, + TEMPLATE_RECO_V2.name, ]; export const MFA_FORM = {