Switch to Autonomic Sentry account

This commit is contained in:
Carl van Tonder 2018-03-28 13:29:04 -04:00
parent a70da01edf
commit 002090d1af

View File

@ -253,7 +253,7 @@ LEAFLET_CONFIG = {
# Sentry - Error Reporting # Sentry - Error Reporting
RAVEN_CONFIG = { RAVEN_CONFIG = {
'dsn': 'https://296dda892e6e4838835a2330dd621569:10943d15104244d683fe5ccc0c898386@sentry.io/227480', 'dsn': os.getenv("RAVEN_DSN", 'https://296dda892e6e4838835a2330dd621569:10943d15104244d683fe5ccc0c898386@sentry.io/227480'),
# If you are using git, you can also automatically configure the # If you are using git, you can also automatically configure the
# release based on the git info. # release based on the git info.
'release': raven.fetch_git_sha(os.path.dirname(os.pardir)), 'release': raven.fetch_git_sha(os.path.dirname(os.pardir)),