flask-log-request-id
flask-log-request-id copied to clipboard
fix: add support for flask > 2.2
trafficstars
Add this PR just for someone looking for a fix if you are using this lib and Flask > 2.2
Raises below exception.
if hasattr(flask, 'globals') and \
NameError: name 'flask' is not defined
@talhakum sorry, update the missing import.