File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ rustdoc-args = ["--cfg", "docsrs"]
2424futures-core = { workspace = true , optional = true }
2525futures-sink = { version = " 0.3" , optional = true }
2626pin-project-lite = { workspace = true , optional = true }
27- thiserror = { workspace = true }
27+ thiserror = { workspace = true , optional = true }
2828tracing = {workspace = true , optional = true } # optional for opentelemetry internal logging
2929
3030[target .'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))' .dependencies ]
3131js-sys = " 0.3.63"
3232
3333[features ]
3434default = [" trace" , " metrics" , " logs" ]
35- trace = [" pin-project-lite" , " futures-sink" , " futures-core" ]
35+ trace = [" pin-project-lite" , " futures-sink" , " futures-core" , " thiserror " ]
3636metrics = []
3737testing = [" trace" , " metrics" ]
3838logs = []
You can’t perform that action at this time.
0 commit comments