Skip to content

Commit f247ac0

Browse files
AlexTMjugadorlcian
andauthored
docs: match description of debug option with behavior since #820 (#860)
Co-authored-by: Lorenzo Cian <[email protected]>
1 parent a63853e commit f247ac0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## Unreleased
44

5+
### Features
6+
57
- feat(log): support kv feature of log (#851) by @lcian
68
- Attributes added to a `log` record using the `kv` feature are now recorded as attributes on the log sent to Sentry.
79

10+
### Fixes
11+
12+
- docs: match description of `debug` option with behavior since PR #820 ([#860](https://github.com/getsentry/sentry-rust/pull/860)) by @AlexTMjugador
13+
814
## 0.41.0
915

1016
### Breaking changes
@@ -15,7 +21,7 @@
1521
- It's also possible to use `EventMapping::Combined` to map a `tracing` event to multiple items in Sentry.
1622
- `ctx` in the signatures of `event_from_event`, `breadcrumb_from_event` and `log_from_event` has been changed to take `impl Into<Option<&'context Context<'context, S>>>` to avoid cloning the `Context` when mapping to multiple items.
1723

18-
### Features
24+
### Features
1925

2026
- feat(core): emit debug log when calling capture_log but logs are disabled (#849) by @lcian
2127

sentry-core/src/clientoptions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ pub struct ClientOptions {
9999
/// Enables debug mode.
100100
///
101101
/// In debug mode debug information is printed to stderr to help you understand what
102-
/// sentry is doing. When the `log` feature is enabled, Sentry will instead
103-
/// log to the `sentry` logger independently of this flag with the `Debug` level.
102+
/// sentry is doing.
104103
pub debug: bool,
105104
/// The release to be sent with events.
106105
pub release: Option<Cow<'static, str>>,

0 commit comments

Comments
 (0)