platform-codebase/@packages
Quinn Ftw 9bd0813bab feat(analytics-client): disable analytics in dev mode by default
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>
2025-12-26 10:10:48 -08:00
..
@core feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
@infrastructure feat(analytics-client): disable analytics in dev mode by default 2025-12-26 10:10:48 -08:00
@providers feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
@ui fix(service-registry): add ThemeProvider to fix styled-components theme error 2025-12-25 22:48:20 -08:00
@utils/text-utils feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00