Open daveisfera opened 1 year ago
@daveisfera Do you have any images to help us further understand this issue, or documentation you are referencing on the expectations?
Here's a screenshot. You can see the middleware calls that are "siblings" and not nested, so it's incorrectly attributing the time to the "nested functions" when they're actually running really fast and not the issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is still an issue
Description Trace details are nested for
django
calls but they shouldn't beExpected Behavior The trace should be linear/non-nested so it can be viewed and used as expected
Steps to Reproduce 1) Connect
newrelic
todjango
app 2) Upload data from web requests 3) View that Trace Details are nested when they shouldn't beYour Environment
django
3.2.16 running withpython
3.9.16 onDebian
Bullseye