mirror of
https://github.com/codl/forget
synced 2025-01-03 18:59:23 +01:00
?
This commit is contained in:
parent
a0c5a7cadc
commit
b7a478dd95
2
app.py
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user