Skip to content

Commit a6888fd

Browse files
Undo formatting changes
1 parent 092f407 commit a6888fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
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-
5756
- Additional special fields have been added that allow overriding certain data on the Sentry span:
5857
- `sentry.op`: override the Sentry span op.
5958
- `sentry.name`: override the Sentry span name.
@@ -195,11 +194,10 @@
195194
### Features
196195

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

204202
- feat(logs): add log protocol types (#821) by @lcian
205203
- feat(logs): add ability to capture and send logs (#823) by @lcian & @Swatinem
@@ -304,7 +302,7 @@ An OpenTelemetry integration has been released. Please refer to the changelog en
304302
- 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.
305303
- Switch to MIT license (#724) by @cleptric
306304
- The license for the crates has been changed to MIT.
307-
305+
308306
### Features
309307

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

0 commit comments

Comments
 (0)