8840c4398a
- Downgrade Next.js 16→14.2, React 19→18.3, Tailwind 4→3.4 - Add comprehensive GA4 error monitoring system - Create Jenkins CI/CD pipeline with quality gates - Fix build issues: ESLint, SWC conflict, config format - Add documentation for deployment and error tracking
11 lines
411 B
Bash
11 lines
411 B
Bash
# Google Analytics (生产环境中应配置真实值)
|
|
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
|
|
|
|
# Sentry 错误监控 (免费版 - https://sentry.io/signup)
|
|
# 获取方式: 登录 sentry.io → 创建项目 → Settings → Client Keys (DSN)
|
|
NEXT_PUBLIC_SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0
|
|
SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0
|
|
|
|
# CDN 配置(可选)
|
|
CDN_DOMAIN=
|