Skip to content

Commit 00a3114

Browse files
committed
avoid tracing opentelemetry
1 parent facbb2d commit 00a3114

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opentelemetry-appender-tracing/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = { workspace = true, features = ["std"]}
1717
tracing-core = { workspace = true }
1818
tracing-log = { workspace = true, optional = true }
1919
tracing-subscriber = { workspace = true, features = ["registry", "std"] }
20-
tracing-opentelemetry = { workspace = true, optional = true }
20+
# tracing-opentelemetry = { workspace = true, optional = true }
2121

2222
[dev-dependencies]
2323
log = { workspace = true }
@@ -36,7 +36,8 @@ pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
3636
default = []
3737
experimental_metadata_attributes = ["dep:tracing-log"]
3838
spec_unstable_logs_enabled = ["opentelemetry/spec_unstable_logs_enabled"]
39-
experimental_use_tracing_span_context = ["tracing-opentelemetry"]
39+
# TODO - Enable this in 0.29.1 (once tracing-opentelemetry v0.30 is released)
40+
# experimental_use_tracing_span_context = ["tracing-opentelemetry"]
4041

4142

4243
[[bench]]

0 commit comments

Comments
 (0)