Skip to content

Commit 71ed939

Browse files
committed
wip: patch otel crates
1 parent 82060f2 commit 71ed939

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ harness = false
7474
[package.metadata.docs.rs]
7575
all-features = true
7676
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

Comments
 (0)