|
export const modernAttributeName = 'googclient_traceparent'; |
I noticed that the client sets + extracts trace context using googclient_traceparent instead of the standard traceparent. This makes it incompatible with vanilla OpenTelemetry context propagation, requiring manual extraction and re-injection.
- Is there a specific reason for this customization?
- Would it be possible to use the standard traceparent key, or at least provide an option to enable it?
This would improve interoperability with OpenTelemetry out of the box.
Thanks!