From b7a478dd952e07f3c563f2b2b80ae415b5dc7352 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 7 Aug 2017 15:09:28 +0200 Subject: [PATCH] ? --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index a1220ef..8d9a438 100644 --- a/app.py +++ b/app.py @@ -33,5 +33,5 @@ migrate = Migrate(app, db) sentry = None if 'SENTRY_DSN' in app.config: from raven.contrib.flask import Sentry + app.config['SENTRY_CONFIG']['release'] = version.version sentry = Sentry(app, dsn=app.config['SENTRY_DSN']) - app.config['SENTRY_CONFIG']['release']= version.version