Skip to content

Commit dd7efff

Browse files
authored
Merge pull request #257 from OpenGeoscience/sentry-dsn
Add the Sentry DSN for the production deployment
2 parents d9e8689 + c377bf6 commit dd7efff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/django.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ module "django" {
1717
django_settings_module = "geoinsight.settings.heroku_production"
1818

1919
additional_django_vars = {
20-
DJANGO_GEOINSIGHT_WEB_URL = "https://www.geoinsight.kitware.com/"
20+
DJANGO_GEOINSIGHT_WEB_URL = "https://www.geoinsight.kitware.com/"
2121
DJANGO_DATABASE_POOL_MAX_SIZE = "12"
22+
DJANGO_SENTRY_DSN = "https://[email protected]/4510620385804288"
2223
}
2324
django_cors_allowed_origins = [
2425
"https://www.geoinsight.kitware.com"

0 commit comments

Comments
 (0)