File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/platforms/rust/common/tracing/instrumentation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The integration also captures errors with the correct span and trace association
5858For this integration to work as intended, only the OpenTelemetry tracing API should be used to manage spans.
5959Mixing it with the Sentry tracing API will result in incorrectly nested spans.
6060
61- To get started using the OpenTelemetry integration for the Sentry Rust SDK, add the necessary dependencies to you ` Cargo.toml ` :
61+ To get started using the OpenTelemetry integration for the Sentry Rust SDK, add the necessary dependencies to your ` Cargo.toml ` :
6262``` toml {filename:Cargo.toml}
6363[dependencies ]
6464sentry = " {{@inject packages.version('sentry.rust') }}"
You can’t perform that action at this time.
0 commit comments