Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usage of both decorator and tracing_all breaks view calls #63

Open
piratos opened this issue Feb 1, 2020 · 0 comments
Open

usage of both decorator and tracing_all breaks view calls #63

piratos opened this issue Feb 1, 2020 · 0 comments

Comments

@piratos
Copy link

piratos commented Feb 1, 2020

return view_func(request)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant