Skip to content

Commit b2e7bb0

Browse files
authored
Update index.mdx
1 parent fc222fc commit b2e7bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ With Sentry Structured Logs, you can send text based log information from your a
1212
## Requirements
1313

1414
Logs in Rust are supported in Sentry Rust SDK version `0.39.0` and above.
15-
Additionally, the `UNSTABLE_logs` feature flag needs to be enabled.
15+
Additionally, the `logs` feature flag needs to be enabled.
1616

1717
```toml {filename:Cargo.toml}
1818
[dependencies]
19-
sentry = { version = "{{@inject packages.version('sentry.rust') }}", features = ["UNSTABLE_logs"] }
19+
sentry = { version = "{{@inject packages.version('sentry.rust') }}", features = ["logs"] }
2020
```
2121

2222
## Setup

0 commit comments

Comments
 (0)