Skip to content

Commit 3db812d

Browse files
lciancoolguyzone
andauthored
Update docs/platforms/rust/common/tracing/instrumentation/automatic-instrumentation.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 4cb12d9 commit 3db812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/rust/common/tracing/instrumentation/automatic-instrumentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The integration also captures errors with the correct span and trace association
5858
For this integration to work as intended, only the OpenTelemetry tracing API should be used to manage spans.
5959
Mixing 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]
6464
sentry = "{{@inject packages.version('sentry.rust') }}"

0 commit comments

Comments
 (0)