Open christiangil opened 6 months ago
thanks @christiangil ! Would you be interested in raising a PR for that (note that we require contributors to sign a CLA)
cc @open-telemetry/rust-approvers
Sure, @svrnm I could do that! Should I wait to sign the CLA before making the PR?
Sure, @svrnm I could do that! Should I wait to sign the CLA before making the PR?
You will be asked to sign the CLA the moment you provide a PR, I am not 100% sure if you can sign it before (probably you can)
What needs to be changed? If you try to run the example as is, you will get "error[E0433]: failed to resolve: could not find
sdk
inopentelemetry
" on the lines:This can be fixed by replacing them with
and replacing the following in Cargo.toml
with
What is the name + path of the page that needs changed? The Rust getting started page