fabric8-analytics / f8a-hpf-insights

HPF Matrix Factorization for Maven companion recommendation
GNU General Public License v3.0
2 stars 19 forks source link

fix(err): Flask object is part of connexion.FlaskApp.app #161

Closed arajkumar closed 4 years ago

arajkumar commented 4 years ago

Description

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.

Fixes https://issues.redhat.com/browse/APPAI-1265.

centos-ci commented 4 years ago

@arajkumar Your image is available in the registry: docker pull quay.io/openshiftio/fabric8-analytics-f8a-hpf-insights:SNAPSHOT-PR-161