Skip to content

Commit e09f98c

Browse files
authored
Update tracing documentation for Sentry events
Clarify the description of error-level events and breadcrumbs.
1 parent 1083bfb commit e09f98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fn fail() {
8888
}
8989
```
9090

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.
91+
By default, error-level events from `tracing` are captured as Sentry events, while events at or above info level are added to the current scope as breadcrumbs.
9292

9393
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

0 commit comments

Comments
 (0)