diff --git a/frontend/feat/feature-flags.json b/frontend/feat/feature-flags.json index d265c93510c..300dfda8f05 100644 --- a/frontend/feat/feature-flags.json +++ b/frontend/feat/feature-flags.json @@ -19,10 +19,8 @@ "storage": "cookie" }, "analytics": { - "status": { - "staging": "switchable", - "production": "disabled" - }, + "status": "switchable", + "defaultState": "off", "description": "Record custom events and page views.", "storage": "cookie" },