Open
Description
Description
The way Next.js middleware spans are attached to traces is currently problematic for pageload traces: The middleware spans are completely detached from the rest of the trace.
Minimum desired outcome:
- The middleware span is attached to the pageload trace in some way shape or form.