Skip to content

Commit

Permalink
Fix: Add sentry Backend DSN in playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Jun 10, 2024
1 parent 31248a8 commit 2918182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-infrastructure/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
GOVTOOL_TAG: "{{ lookup('env', 'GOVTOOL_TAG') }}"
NPMRC_TOKEN: "{{ lookup('env','NPMRC_TOKEN') }}"
SENTRY_DSN_FRONTEND: "{{ lookup ('env', 'SENTRY_DSN_FRONTEND') }}"
SENTRY_DSN_BACKEND: "{{ lookup ('env', 'SENTRY_DSN_BACKEND') }}"
become: yes

0 comments on commit 2918182

Please sign in to comment.