Commit 131a43c
committed
ci: add Sentry env vars to Docker image build step
Pass VITE_SENTRY_DSN, VITE_SENTRY_ENVIRONMENT, VITE_APP_VERSION,
SENTRY_AUTH_TOKEN, SENTRY_ORG, and SENTRY_PROJECT to the build step so
that the Docker image build (dev, integration, and release tags) includes
Sentry instrumentation and source map uploads, matching the Cloudflare
deploy workflow.
Environment mapping:
- dev branch / release tags → production
- integration branch / manual dispatch without tag → preview1 parent f4d4d59 commit 131a43c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
| |||
0 commit comments