Skip to content

Commit

Permalink
Merge branch 'main' into dead_templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 13, 2024
2 parents eb37b83 + 7982316 commit bc7e573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chicago/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY", "")

# Configure Sentry for error logging
if os.getenv("SENTRY_DSN"):
if os.getenv("SENTRY_DSN") and os.getenv("PRODUCTION"):
sentry_sdk.init(
dsn=os.environ["SENTRY_DSN"],
integrations=[DjangoIntegration()],
Expand Down

0 comments on commit bc7e573

Please sign in to comment.