""" Application =========== """ from raven.contrib import flask from feed_status import api from feed_status import config from feed_status import handlers # noqa # if config.SENTRY: # api.app.config['SENTRY_DSN'] = config.SENTRY # flask.Sentry(api.app) app = api.app