Skip to content

Commit a87c757

Browse files
committed
fix
1 parent 8c30c47 commit a87c757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ futures-sink = "0.3"
2626
once_cell = { workspace = true }
2727
pin-project-lite = { workspace = true, optional = true }
2828
thiserror = { workspace = true }
29+
tracing = {workspace = true, optional = true} # optional for opentelemetry internal logging
2930

3031
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
3132
js-sys = "0.3.63"
@@ -38,6 +39,7 @@ testing = ["trace", "metrics"]
3839
logs = []
3940
logs_level_enabled = ["logs"]
4041
otel_unstable = []
42+
internal-logs = ["tracing"]
4143

4244
[dev-dependencies]
4345
opentelemetry_sdk = { path = "../opentelemetry-sdk", features = ["logs_level_enabled"]} # for documentation tests

0 commit comments

Comments
 (0)