Skip to content

Commit c5c9adf

Browse files
authored
ref(rust): add a more direct link to tracing crate integration (#13110)
* ref(rust): add a more direct link to tracing integration * Update index.mdx * updates
1 parent 09e515b commit c5c9adf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/platforms/python/integrations/rust_tracing/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Rust Tracing
33
description: "Learn about the Rust Tracing integration and how to get performance data for Rust native extensions."
44
---
55

6+
<Alert>
7+
8+
Are you using Rust (without Python) and looking for Sentry's integration with the `tracing` crate? You can find it [here](/platforms/rust/tracing/instrumentation/automatic-instrumentation/).
9+
10+
</Alert>
11+
612
`RustTracingIntegration` acts as a bridge between the Sentry Python SDK and Rust's [`tracing` framework](https://tracing.rs/). With this integration, traces that begin in Python can extend into Rust seamlessly.
713

814
<Alert level="warning">

docs/platforms/rust/common/tracing/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: "Learn how to enable tracing in your app and discover valuable perf
44
sidebar_order: 4000
55
---
66

7+
<Alert>
8+
9+
Are you looking for Sentry's integration with the `tracing` crate? You can find it <PlatformLink to="/tracing/instrumentation/automatic-instrumentation/">here</PlatformLink>.
10+
11+
</Alert>
12+
713
With [tracing](/product/insights/), Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services. Learn more about our model in [Distributed Tracing](/product/sentry-basics/tracing/distributed-tracing/).
814

915
<Alert>

0 commit comments

Comments
 (0)