Open
Description
Bug Report

The frontend service produces a semantically incorrect trace where it has 2 kind=server spans AND it produces high-cardinality span names for spans produced by the next.js instrumentation.
Symptom
A clear and concise description of what the bug is.
What is the expected behavior?
- ONE server span, not two
- no high-cardinality spans
What is the actual behavior?
Please describe the actual behavior experienced.
Reproduce
Run the demo, observe that calls to /api/cart
produce server spans with query parameters and there's 2 server spans.
Additional Context
Please feel free to add any other context about the problem here.