mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 04:57:29 -06:00
[chore]: Bump go.opentelemetry.io/otel/sdk from 1.25.0 to 1.26.0 (#2879)
This commit is contained in:
parent
48b91ca239
commit
b2eecd9dc7
10 changed files with 265 additions and 60 deletions
2
vendor/go.opentelemetry.io/otel/propagation/trace_context.go
generated
vendored
2
vendor/go.opentelemetry.io/otel/propagation/trace_context.go
generated
vendored
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue