chore(medusa): Enable analytics ff by default (#2532)
This commit is contained in:
committed by
GitHub
parent
55dd5650c0
commit
222423625d
5
.changeset/wicked-crabs-compete.md
Normal file
5
.changeset/wicked-crabs-compete.md
Normal file
@@ -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 = {
|
||||
key: "analytics",
|
||||
default_val: false,
|
||||
default_val: true,
|
||||
env_key: "MEDUSA_FF_ANALYTICS",
|
||||
description:
|
||||
"Enable Medusa to collect data on usage, errors and performance for the purpose of improving the product",
|
||||
|
||||
Reference in New Issue
Block a user