Closed
Description
I have not had a chance to investigate but wanted to share: upgraded version from 0.26 to 0.28 and it now has this error:
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tonic`
--> .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/init-tracing-opentelemetry-0.28.0/src/otlp.rs:4:43
|
4 | use {opentelemetry_otlp::WithTonicConfig, tonic::transport::ClientTlsConfig};
| ^^^^^ use of unresolved module or unlinked crate `tonic`
|
I'm not sure what has changed, but I'm reverting my side to 0.26 for now.