Skip to content

Commit c1347df

Browse files
authored
Update index.mdx
1 parent c349aa8 commit c1347df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ async fn fail() {
8888
}
8989
```
9090

91-
By default, error level events from `tokio-rs/tracing` are captured as Sentry events, while anything at or above info level is added as a breadcrumb.
91+
By default, error level events from `tracing` are captured as Sentry events, while anything at or above info level is added as a breadcrumb.
9292

93-
Additionally, if the `logs` feature flag of the `sentry` crate is enabled and the SDK is initialized with `enable_logs: true`, then events from `tokio-rs/tracing` at info level or above are also captured as [structured logs](https://docs.sentry.io/product/explore/logs/).
93+
Additionally, if the `logs` feature flag of the `sentry` crate is enabled and the SDK is initialized with `enable_logs: true`, then events from `tracing` at info level or above are also captured as [structured logs](https://docs.sentry.io/product/explore/logs/).
9494

9595
This behavior can be customized by applying a custom `event_filter` when creating the layer.
9696
The following snippet shows the default `event_filter` that's applied when using the `sentry` crate with the `logs` feature flag.

0 commit comments

Comments
 (0)