add sentry to settings.defaults.coffee

This commit is contained in:
Henry Oswald 2019-03-05 17:20:16 +00:00
parent 2adae20368
commit 37b039abf0

View file

@ -52,6 +52,9 @@ settings =
enableConversions: if process.env['ENABLE_CONVERSIONS'] == 'true' then true else false enableConversions: if process.env['ENABLE_CONVERSIONS'] == 'true' then true else false
sentry:
dsn: process.env.SENTRY_DSN
# Filestore health check # Filestore health check
# ---------------------- # ----------------------
# Project and file details to check in persistor when calling /health_check # Project and file details to check in persistor when calling /health_check