fix sentry release
This commit is contained in:
parent
b673cb53cb
commit
33ff1b800b
@ -94,5 +94,5 @@ LOGOUT_REDIRECT_URL = LOGIN_URL
|
||||
|
||||
RAVEN_CONFIG = {
|
||||
'dsn': env.str('SENTRY_DSN', None),
|
||||
'release': raven.fetch_git_sha(os.path.abspath(os.pardir)),
|
||||
'release': raven.fetch_git_sha(str(BASE_DIR)),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user