Skip to content

Commit 28015d8

Browse files
committed
Upgrade sentry-sdk
- Add MAPSWIPE_ENVIRONMENT as prod in docker-compose.yml
1 parent dc81d75 commit 28015d8

File tree

3 files changed

+198
-195
lines changed

3 files changed

+198
-195
lines changed

django/mapswipe/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
SENTRY_SAMPLE_RATE=(float, 0.2),
4141
# Misc
4242
RELEASE=(str, "develop"),
43-
MAPSWIPE_ENVIRONMENT=(str, "dev"), # prod
43+
MAPSWIPE_ENVIRONMENT=str, # dev/prod
4444
APP_TYPE=str,
4545
# Testing
4646
PYTEST_XDIST_WORKER=(str, None),

0 commit comments

Comments
 (0)