We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7652f commit 8371e40Copy full SHA for 8371e40
docs/platforms/rust/guides/axum/index.mdx
@@ -6,7 +6,7 @@ description: "Learn about monitoring your axum application with Sentry."
6
The Sentry SDK offers a middleware for the [axum](https://github.com/tokio-rs/axum) framework that supports:
7
8
- Reporting errors and panics with the correct request correlation.
9
-- Starting a [transaction](https://docs.sentry.io/concepts/key-terms/tracing/) for each request-response cycle.
+- Starting a <PlatformLink to="/concepts/key-terms/tracing/">transaction</PlatformLink> for each request-response cycle.
10
11
The integration actually supports any crate based on [`tower`](https://github.com/tower-rs/tower), not just `axum`.
12
0 commit comments