[chore]: Bump go.opentelemetry.io/otel/sdk from 1.25.0 to 1.26.0 (#2879)

This commit is contained in:
dependabot[bot] 2024-04-29 09:02:12 +00:00 committed by GitHub
commit b2eecd9dc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 265 additions and 60 deletions

View file

@ -35,7 +35,7 @@ var (
versionPart = fmt.Sprintf("%.2X", supportedVersion)
)
// Inject set tracecontext from the Context into the carrier.
// Inject injects the trace context from ctx into carrier.
func (tc TraceContext) Inject(ctx context.Context, carrier TextMapCarrier) {
sc := trace.SpanContextFromContext(ctx)
if !sc.IsValid() {