diff --git a/packages/cli/src/config/settingsSchema.ts b/packages/cli/src/config/settingsSchema.ts index dc2582ec..cd8c61fb 100644 --- a/packages/cli/src/config/settingsSchema.ts +++ b/packages/cli/src/config/settingsSchema.ts @@ -101,7 +101,7 @@ export const SETTINGS_SCHEMA = { label: 'Enable Usage Statistics', category: 'General', requiresRestart: true, - default: false, + default: true, description: 'Enable collection of usage statistics', showInDialog: true, },