dynatrace-oss / OneAgent-SDK-Python-AutoInstrumentation

autodynatrace, a python library that implements automatic instrumentation using the OneAgent SDK for Python
Other
62 stars 29 forks source link

Flask - Rework loop #10

Closed dlopes7 closed 4 years ago

dlopes7 commented 4 years ago

flask: Have you tried dt_headers = dict(flask.request.headers) instead of this loop?