You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this attribute is removed since Flask 2.4. Did this error occur after an upgrade of Flask or a newly instrumented application?
If this is a new instrumentation, we recommend you to use opentelemetry instead
When initializing the HoneyMiddleware in a Flask application, we get the following error:
Versions
Steps to reproduce
requirements.txt
file with these packages:Install the packages above:
python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Create
app.py
file and copy-paste the code belowpython3 app.py
The text was updated successfully, but these errors were encountered: