mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Commenting out future raven feature.
This commit is contained in:
parent
2c5decb496
commit
571c529e0b
1 changed files with 2 additions and 1 deletions
|
@ -577,7 +577,8 @@ if not DEBUG:
|
|||
'django_ses',
|
||||
|
||||
)
|
||||
RAVEN_CLIENT = raven.Client(dsn=SENTRY_DSN, release=raven.fetch_git_sha(os.path.dirname(__file__)))
|
||||
# RAVEN_CLIENT = raven.Client(dsn=SENTRY_DSN, release=raven.fetch_git_sha(os.path.dirname(__file__)))
|
||||
RAVEN_CLIENT = raven.Client(dsn=SENTRY_DSN)
|
||||
|
||||
|
||||
COMPRESS = not DEBUG
|
||||
|
|
Loading…
Add table
Reference in a new issue