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 b2e7bb0 commit e283753Copy full SHA for e283753
docs/platforms/rust/common/logs/index.mdx
@@ -45,7 +45,7 @@ logger_info!("Hello, world!");
45
logger_info!("Hello, {}!", "world");
46
```
47
48
-You can also log additional attributes using the `key = value` syntax before the message:
+You can also attach additional attributes to a log using the `key = value` syntax before the message:
49
50
```rust
51
use sentry::logger_error;
0 commit comments