chore: expose release info to sentry
This commit is contained in:
1
.github/workflows/deploy-netlify.yml
vendored
1
.github/workflows/deploy-netlify.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
env:
|
||||
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
VITE_SENTRY_ENVIRONMENT: production
|
||||
VITE_SENTRY_RELEASE_TAG: ${{ github.sha }}
|
||||
run: pnpm run generate
|
||||
|
||||
# Deploy the production site with netlify-cli
|
||||
|
||||
1
.github/workflows/deploy-staging-netlify.yml
vendored
1
.github/workflows/deploy-staging-netlify.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
VITE_BACKEND_GQL_URL: ${{ secrets.STAGING_BACKEND_GQL_URL }}
|
||||
VITE_BACKEND_WS_URL: ${{ secrets.STAGING_BACKEND_WS_URL }}
|
||||
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
VITE_SENTRY_RELEASE_TAG: ${{ github.sha }}
|
||||
VITE_SENTRY_ENVIRONMENT: staging
|
||||
run: pnpm run generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user