python-django icon indicating copy to clipboard operation
python-django copied to clipboard

usage of both decorator and tracing_all breaks view calls

Open piratos opened this issue 6 years ago • 0 comments

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

piratos avatar Feb 01 '20 11:02 piratos