Skip to content

Commit

Permalink
Add Sentry DSN to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Jan 10, 2024
1 parent 5367932 commit bf4fa9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
- GOOGLE_RECAPTCHA_SITE_KEY
- GOOGLE_RECAPTCHA_SECRET_KEY
- ENVIRONMENT=development
- SENTRY_DSN=https://[email protected]/5246237
ports:
- "8000:8000"
command: bin/wait-for-deps.sh python manage.py runserver 0.0.0.0:8000
Expand Down

0 comments on commit bf4fa9c

Please sign in to comment.