|
|
|
@ -250,7 +250,7 @@ SWAGGER_SETTINGS = { |
|
|
|
|
|
|
|
|
|
|
|
# Raven settings |
|
|
|
# Raven settings |
|
|
|
RAVEN_CONFIG = { |
|
|
|
RAVEN_CONFIG = { |
|
|
|
'dsn': os.getenv('RAVEN_DSN', 'https://bff536c4d71c4166afb91f83b9f73d55:ca47ad791a53480b9d40a85a26abf141@sentry.io/306843'), |
|
|
|
'dsn': os.getenv('RAVEN_DSN', 'https://b545dac0ae0545a1bcfc443326fe5850:6f9c900cef7f4c11b63561030b37d15c@sentry.io/1197254'), |
|
|
|
# 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(BASE_DIR), |
|
|
|
'release': raven.fetch_git_sha(BASE_DIR), |
|
|
|
|