We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e1141 commit 12cf399Copy full SHA for 12cf399
opentelemetry-appender-tracing/Cargo.toml
@@ -13,7 +13,6 @@ rust-version = "1.75.0"
13
[dependencies]
14
log = { workspace = true, optional = true }
15
opentelemetry = { version = "0.27", path = "../opentelemetry", features = ["logs"] }
16
-opentelemetry_sdk = { version = "0.27", path = "../opentelemetry-sdk", features = ["logs"] }
17
tracing = { workspace = true, features = ["std"]}
18
tracing-core = { workspace = true }
19
tracing-log = { version = "0.2", optional = true }
0 commit comments