fix: clientComponentLoading span type (#69295)
### What?
Add the proper `next.span_type` attribute to
`NextNodeServerSpan.clientComponentLoading` spans.
### Why?
So all spans fit the same structure.
### How?
By adding the attribute when starting the span.
Co-authored-by: JJ Kasper <jj@jjsweb.site>