Skip to content

Commit 2662c69

Browse files
authored
feat: Sentry DSN for Playwright (#161)
* feat: Sentry DSN for Playwright * Update Sentry DSN environment variables
1 parent c216cc6 commit 2662c69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-node-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ jobs:
440440
- name: Run playwright e2e tests
441441
run: yarn run pw:run ${{ inputs.playwright_spec_param }}
442442
shell: bash
443+
env:
444+
VISYN_CORE__SENTRY__FRONTEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__FRONTEND_DSN }}
445+
VISYN_CORE__SENTRY__BACKEND_DSN: ${{ vars.PLAYWRIGHT__VISYN_CORE__SENTRY__BACKEND_DSN }}
443446
- name: Upload bundle
444447
uses: actions/upload-artifact@v4
445448
if: always()

0 commit comments

Comments
 (0)