-
Notifications
You must be signed in to change notification settings - Fork 628
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
Make Django request span attributes available #1730
Make Django request span attributes available #1730
Conversation
|
94e035b
to
8c45979
Compare
6af495b
to
b9a8d76
Compare
@srikanthccv @lzchen for any reason the build is failing in |
Still the same thing unfortunately:
|
Please rebase. It should be fixed now. |
b9a8d76
to
04e5c54
Compare
Description
I would like to be able not to instrument certain requests within Django. E.g. when HTTP
http.method=OPTIONS
.To be able to do this, I'd need to be able to access request data through
attributes
, which at the moment is unused:Fixes partially #936
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Using the code in the description.
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.