From c377bf61961cb09e77849e599b46d096f8c60456 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Mon, 29 Dec 2025 17:22:17 -0500 Subject: [PATCH] Add the Sentry DSN for the production deployment --- terraform/django.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/django.tf b/terraform/django.tf index c85df807..b56370c9 100644 --- a/terraform/django.tf +++ b/terraform/django.tf @@ -17,8 +17,9 @@ module "django" { django_settings_module = "geoinsight.settings.heroku_production" additional_django_vars = { - DJANGO_GEOINSIGHT_WEB_URL = "https://www.geoinsight.kitware.com/" + DJANGO_GEOINSIGHT_WEB_URL = "https://www.geoinsight.kitware.com/" DJANGO_DATABASE_POOL_MAX_SIZE = "12" + DJANGO_SENTRY_DSN = "https://5302701c88f1fa6ec056e0c269071191@o267860.ingest.us.sentry.io/4510620385804288" } django_cors_allowed_origins = [ "https://www.geoinsight.kitware.com"