### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.43.0 ### Steps to Reproduce Run a Django app with Sentry, one route, and many middleware layers. ### Expected Result There is one middleware span per request. ### Actual Result There are individual spans for each middleware layer.