chore(medusa): Enable analytics ff by default (#2532)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@medusajs/medusa": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Enable analytics feature flag by default
|
||||||
@@ -2,7 +2,7 @@ import { FlagSettings } from "../../types/feature-flags"
|
|||||||
|
|
||||||
const AnalyticsFeatureFlag: FlagSettings = {
|
const AnalyticsFeatureFlag: FlagSettings = {
|
||||||
key: "analytics",
|
key: "analytics",
|
||||||
default_val: false,
|
default_val: true,
|
||||||
env_key: "MEDUSA_FF_ANALYTICS",
|
env_key: "MEDUSA_FF_ANALYTICS",
|
||||||
description:
|
description:
|
||||||
"Enable Medusa to collect data on usage, errors and performance for the purpose of improving the product",
|
"Enable Medusa to collect data on usage, errors and performance for the purpose of improving the product",
|
||||||
|
|||||||
Reference in New Issue
Block a user