Switch to Autonomic Sentry account
This commit is contained in:
parent
a70da01edf
commit
002090d1af
@ -253,7 +253,7 @@ LEAFLET_CONFIG = {
|
||||
|
||||
# Sentry - Error Reporting
|
||||
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
|
||||
# release based on the git info.
|
||||
'release': raven.fetch_git_sha(os.path.dirname(os.pardir)),
|
||||
|
Loading…
Reference in New Issue
Block a user