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 8371e40 commit a0a67c9Copy full SHA for a0a67c9
docs/platforms/rust/guides/axum/index.mdx
@@ -8,7 +8,7 @@ The Sentry SDK offers a middleware for the [axum](https://github.com/tokio-rs/ax
8
- Reporting errors and panics with the correct request correlation.
9
- 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`.
+The integration actually supports any crate based on [tower](https://github.com/tower-rs/tower), not just `axum`.
12
13
## Install
14
0 commit comments