scout_apm_python
scout_apm_python copied to clipboard
Track Flask WSGI middleware
If a Flask app has WSGI middleware set it will be done so by wrapping its wsgi_app attribute. It might be worth tracking the middleware set here, just like the Django integration does.