python-django
python-django copied to clipboard
usage of both decorator and tracing_all breaks view calls
https://github.com/opentracing-contrib/python-django/blob/160871ddfb00329de6a9296bb59990eb9e8da09f/django_opentracing/tracing.py#L59 As seen in the tracing.py line 59 when handling a traced view using decorator while tracing_all is activated, the view is called without args nor kwargs which will break the call