From 0f0449b0540ccda9677e92f84139389c179ee628 Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Thu, 6 Jul 2017 00:37:06 +0300 Subject: [PATCH] sentry settings --- src/dokumentor/settings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dokumentor/settings/common.py b/src/dokumentor/settings/common.py index 96f9ff3..0da3e1a 100644 --- a/src/dokumentor/settings/common.py +++ b/src/dokumentor/settings/common.py @@ -282,7 +282,7 @@ THUMBNAIL_PROCESSORS = ( ) RAVEN_CONFIG = { - 'dsn': 'http://301aa893690e42f1938508848a43745c:722a270798654c6fb5f14f31e6073e3c@sentry.mitri4.pro/1', + 'dsn': 'http://02d524ef0d044bdfae0b39546b752cb2:1e025305594d4532ae93125372dcde50@sentry.mitri4.pro/1', # 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)),