OtelZap Readme says you can pass in option otelzap.WithTraceIDField(true) but don't see that func available. How do we get traces in latest version?
Currently I have below helper method as a workaround:
otelzap.S().With("trace_id", sc.TraceID.String(), "span_id", sc.SpanID().String(),)