Skip to content

Commit 4cb12d9

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

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
@@ -52,7 +52,7 @@ fn main_span2() {
5252
## OpenTelemetry Integration
5353

5454
The Rust SDK offers an integration for the OpenTelemetry ecosystem.
55-
The integration can automatically capture Sentry spans/transactions for every span created through the OpenTelemetry API, with support for distributed tracing.
55+
The integration can automatically capture Sentry [spans/transactions](/concepts/key-terms/tracing/distributed-tracing/#traces-transactions-and-spans) for every span created through the OpenTelemetry API, with support for [distributed tracing](/concepts/key-terms/tracing/distributed-tracing/).
5656
The integration also captures errors with the correct span and trace associations.
5757

5858
For this integration to work as intended, only the OpenTelemetry tracing API should be used to manage spans.

0 commit comments

Comments
 (0)