Fix tracing

This commit is contained in:
Lennart
2025-04-13 20:13:28 +02:00
parent 64233f91d2
commit b2c1bd6b8d
3 changed files with 65 additions and 16 deletions

View File

@@ -130,7 +130,9 @@ tracing-actix-web = { workspace = true }
uuid.workspace = true
opentelemetry = { version = "0.29", optional = true }
opentelemetry-otlp = { version = "0.29", optional = true }
opentelemetry-otlp = { version = "0.29", optional = true, features = [
"grpc-tonic",
] }
opentelemetry_sdk = { version = "0.29", features = [
"rt-tokio",
], optional = true }