Skip to content

Commit 56f1542

Browse files
committed
changelog
1 parent 81fa79d commit 56f1542

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Behavioral changes
6+
7+
- ref(logs): enable logs by default if logs feature flag is used ([#910](https://github.com/getsentry/sentry-rust/pull/910))
8+
- This changes the default value of `sentry::ClientOptions::enable_logs` to `true`.
9+
- This simplifies the setup of Sentry structured logs by requiring users to just add the `log` feature flag to the `sentry` dependency to opt-in to sending logs.
10+
- When the `log` feature flag is enabled, the `tracing` and `log` integrations will send structured logs to Sentry for all logs/events at or above INFO level by default.
11+
312
## 0.43.0
413

514
### Breaking changes

0 commit comments

Comments
 (0)