Add sentry dsn

This commit is contained in:
Natsumi
2025-09-17 17:29:43 +12:00
parent 70aceaf89a
commit 5d0c6c4141
3 changed files with 67 additions and 30 deletions

View File

@@ -121,6 +121,9 @@ jobs:
- name: Restore dependencies
run: npm ci
- name: Build Cef-html
env:
SENTRY_URL: ${{ secrets.SentryUrl }}
SENTRY_AUTH_TOKEN: ${{ secrets.SentryAuthToken }}
run: npm run prod
- name: Upload Cef-html artifacts
uses: actions/upload-artifact@v4