Analytics was causing CORS errors in dev when no analytics server was running. Now analytics is disabled by default in dev mode and enabled in production. Can be overridden via VITE_ANALYTICS_ENABLED env var. - Add `enabled` config option to AnalyticsConfig type - AnalyticsClient no-ops all methods when disabled - Dev: disabled by default, enable with VITE_ANALYTICS_ENABLED=true - Prod: enabled by default, disable with VITE_ANALYTICS_ENABLED=false 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| @core | ||
| @infrastructure | ||
| @providers | ||
| @ui | ||
| @utils/text-utils | ||