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 8c30c47 commit a87c757Copy full SHA for a87c757
opentelemetry/Cargo.toml
@@ -26,6 +26,7 @@ futures-sink = "0.3"
26
once_cell = { workspace = true }
27
pin-project-lite = { workspace = true, optional = true }
28
thiserror = { workspace = true }
29
+tracing = {workspace = true, optional = true} # optional for opentelemetry internal logging
30
31
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
32
js-sys = "0.3.63"
@@ -38,6 +39,7 @@ testing = ["trace", "metrics"]
38
39
logs = []
40
logs_level_enabled = ["logs"]
41
otel_unstable = []
42
+internal-logs = ["tracing"]
43
44
[dev-dependencies]
45
opentelemetry_sdk = { path = "../opentelemetry-sdk", features = ["logs_level_enabled"]} # for documentation tests
0 commit comments