Kong / Kong/analytics-agent-python

Some routes seem to skip wsgi layer

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Description

This specifically happens with Flask-Restful.

```
app = Flask(__name__)
app.wsgi_app = MashapeAnalytics(app.wsgi_app, 'SERVICE_TOKEN', 'production')
api = Api(app)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
flask, python
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.