diff --git a/.github/workflows/frontend-tasking-manager.yaml b/.github/workflows/frontend-tasking-manager.yaml index 39079639..fb3f0912 100644 --- a/.github/workflows/frontend-tasking-manager.yaml +++ b/.github/workflows/frontend-tasking-manager.yaml @@ -36,7 +36,8 @@ jobs: TM_IMPORT_MAX_FILESIZE: 3e+06 AWS_S3_BUCKET: tasks-staging.openhistoricalmap.org CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.STAGING_TM_CLOUDFRONT_DISTRIBUTION_ID }} - + TM_SENTRY_BACKEND_DSN: https://xxx.ingest.sentry.io/1234567 + TM_SENTRY_FRONTEND_DSN: https://xxx.ingest.sentry.io/8901234 - name: Set environment variables - Production if: github.ref == 'refs/heads/main' uses: allenevans/set-env@v2.0.0 @@ -60,7 +61,8 @@ jobs: TM_IMPORT_MAX_FILESIZE: 3e+06 AWS_S3_BUCKET: tasks.openhistoricalmap.org CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.PRODUCTION_TM_CLOUDFRONT_DISTRIBUTION_ID }} - + TM_SENTRY_BACKEND_DSN: https://xxx.ingest.sentry.io/1234567 + TM_SENTRY_FRONTEND_DSN: https://xxx.ingest.sentry.io/8901234 - name: Checkout tasking-manager repo uses: actions/checkout@v4 with: