Kong / Kong/analytics-agent-python
Some routes seem to skip wsgi layer
Aperta
- Lingua principale
- Python
- Stelle
- 3
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
This specifically happens with Flask-Restful.
```
app = Flask(__name__)
app.wsgi_app = MashapeAnalytics(app.wsgi_app, 'SERVICE_TOKEN', 'production')
api = Api(app)
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by reproducing the Flask-Restful setup shown in the issue, focusing on the app.wsgi_app wrapper and the routes exposed through Api(app). Trace which routes do not pass through that wrapper. Done means the affected Flask-Restful routes consistently traverse the WSGI layer.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- flask, python
- Ambito
- api, backend
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100