We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82060f2 commit 71ed939Copy full SHA for 71ed939
Cargo.toml
@@ -74,3 +74,7 @@ harness = false
74
[package.metadata.docs.rs]
75
all-features = true
76
rustdoc-args = ["--cfg", "docsrs"]
77
+
78
+[patch."crates-io"]
79
+opentelemetry = { git = "https://github.com/djc/opentelemetry-rust", branch = "tracer-sampler" }
80
+opentelemetry_sdk = { git = "https://github.com/djc/opentelemetry-rust", branch = "tracer-sampler" }
0 commit comments