instana / python-sensor

:snake: Python Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
69 stars 31 forks source link

fix: provide ASGI support with Django #655

Closed GSVarsha closed 2 weeks ago

GSVarsha commented 3 weeks ago

Fix: Provide ASGI support with Django.

Why?

request.environ is available only with requests of type WSGIRequest and not ASGIRequest. request.headers is only available from django-2.2.

Since we provide support for django>=1.11 we'll use request.META.