Dockerfile
1.62 KB
-
build: 前端 Sentry NEXT_PUBLIC_* 走 build-arg 注入(同 API_BASE_URL) · fb67dc3b
pac-web 的 NEXT_PUBLIC_SENTRY_DSN/ENVIRONMENT/TRACES_SAMPLE_RATE 需 build-time inline, 故 Dockerfile 加 ARG/ENV、compose build.args 加对应项(未设则空→前端 Sentry no-op,不阻塞构建)。 后端 SENTRY_* 是运行期 env,已由 env_file: apps/pac-service/.env 注入,无需改。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
luoqi committed