| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thank you!! |
Sorry, something went wrong.
Add a new span to trace the execution of `rest_framework.request.Request._authenticate()`. This function loops over all configured authentications. Separating auth queries into a separate span reduces visual noise.
| Back | FazBrowse Home | New Git URL |
Description
In this PR I applied the suggested changes adding a new span in rest_framework.request.Request._authenticate which loops over all configured authentications and making auth queries being in a separate span to reduce visual noise.
Issues