We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99580f8 commit 50b549aCopy full SHA for 50b549a
Cargo.toml
@@ -54,6 +54,7 @@ tracing-core = { version = ">=0.1.33", default-features = false }
54
tracing-subscriber = { version = "0.3", default-features = false }
55
url = { version = "2.5", default-features = false }
56
57
+# Aviod use of crates.io version of these crates through the tracing-opentelemetry dependencies
58
[patch.crates-io]
59
opentelemetry = { path = "opentelemetry" }
60
opentelemetry_sdk = { path = "opentelemetry-sdk" }
0 commit comments