Skip to content

Commit

Permalink
wip: patch otel crates
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 18, 2024
1 parent d2ab93b commit 4e58c47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ harness = false
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[patch."crates-io"]
opentelemetry = { git = "https://github.com/djc/opentelemetry-rust", branch = "tracer-sampler" }
opentelemetry_sdk = { git = "https://github.com/djc/opentelemetry-rust", branch = "tracer-sampler" }

0 comments on commit 4e58c47

Please sign in to comment.