Closed arajkumar closed 4 years ago
We must pass Flask object to instantiate Sentry class, however the existing code passes connexion.FlaskApp which is incorrect. Flask which is created by connexion shall be accessed using connexion.FlaskApp.app.
Flask
connexion.FlaskApp
connexion.FlaskApp.app
Fixes https://issues.redhat.com/browse/APPAI-1265.
@arajkumar Your image is available in the registry: docker pull quay.io/openshiftio/fabric8-analytics-f8a-hpf-insights:SNAPSHOT-PR-161
docker pull quay.io/openshiftio/fabric8-analytics-f8a-hpf-insights:SNAPSHOT-PR-161
Description
We must pass
Flask
object to instantiate Sentry class, however the existing code passesconnexion.FlaskApp
which is incorrect.Flask
which is created by connexion shall be accessed usingconnexion.FlaskApp.app
.Fixes https://issues.redhat.com/browse/APPAI-1265.