Skip to content

Commit

Permalink
fix: bump OpenTelemetry Schema URL to 1.21.0
Browse files Browse the repository at this point in the history
Fixes an error in the initialization of Authorino with tracing services enabled – "cannot merge resource due to conflicting Schema URL"
  • Loading branch information
guicassolato committed Jan 19, 2024
1 parent 4d50bf5 commit 1702fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trace/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
"go.opentelemetry.io/otel/sdk/resource"
"go.opentelemetry.io/otel/sdk/trace"
semconv "go.opentelemetry.io/otel/semconv/v1.17.0"
semconv "go.opentelemetry.io/otel/semconv/v1.21.0"
)

type Config struct {
Expand Down

0 comments on commit 1702fdc

Please sign in to comment.