Skip to content

Commit 092f407

Browse files
Undo formatting changes
1 parent 9122269 commit 092f407

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- feat(log): support combined LogFilters and RecordMappings ([#914](https://github.com/getsentry/sentry-rust/pull/914)) by @lcian
1414
- Breaking change: `sentry::integrations::log::LogFilter` has been changed to a `bitflags` struct.
1515
- It's now possible to map a `log` record to multiple items in Sentry by combining multiple log filters in the filter, e.g. `log::Level::ERROR => LogFilter::Event | LogFilter::Log`.
16-
- If using a custom `mapper` instead, it's possible to return a `Vec<sentry::integrations::log::RecordMapping>` to map a `log` record to multiple items in Sentry.
16+
- If using a custom `mapper` instead, it's possible to return a `Vec<sentry::integrations::log::RecordMapping>` to map a `log` record to multiple items in Sentry.
1717

1818
### Behavioral changes
1919

@@ -53,6 +53,7 @@
5353
### Features
5454

5555
- ref(tracing): rework tracing to Sentry span name/op conversion ([#887](https://github.com/getsentry/sentry-rust/pull/887)) by @lcian
56+
5657
- Additional special fields have been added that allow overriding certain data on the Sentry span:
5758
- `sentry.op`: override the Sentry span op.
5859
- `sentry.name`: override the Sentry span name.
@@ -194,10 +195,11 @@
194195
### Features
195196

196197
Support for [Sentry structured logs](https://docs.sentry.io/product/explore/logs/) has been added to the SDK.
198+
197199
- To set up logs, enable the `logs` feature of the `sentry` crate and set `enable_logs` to `true` in your client options.
198200
- Then, use the `logger_trace!`, `logger_debug!`, `logger_info!`, `logger_warn!`, `logger_error!` and `logger_fatal!` macros to capture logs.
199201
- To filter or update logs before they are sent, you can use the `before_send_log` client option.
200-
- Please note that breaking changes could occur until the API is finalized.
202+
- Please note that breaking changes could occur until the API is finalized.
201203

202204
- feat(logs): add log protocol types (#821) by @lcian
203205
- feat(logs): add ability to capture and send logs (#823) by @lcian & @Swatinem
@@ -302,7 +304,7 @@ An OpenTelemetry integration has been released. Please refer to the changelog en
302304
- The metrics feature and the code related to it has been removed from the crate, as the Sentry backend stopped ingesting metrics a while ago.
303305
- Switch to MIT license (#724) by @cleptric
304306
- The license for the crates has been changed to MIT.
305-
307+
306308
### Features
307309

308310
- feat(actix): capture HTTP request body (#731) by @pacifistes

0 commit comments

Comments
 (0)