Skip to content

Commit 4072dc5

Browse files
committed
changelog entry
1 parent 70d93d9 commit 4072dc5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## Unreleased
4+
5+
### Features
6+
7+
- ref(tracing): Add data option in tracing integration to force sampling of transaction ([#945](https://github.com/getsentry/sentry-rust/pull/945)) by @Ten0
8+
- Additional special fields have been added that allow overriding certain data on the Sentry span:
9+
- `sentry.sample`: If the span initiates a transaction, this can be used to force whether the transaction will be sampled.
10+
311
## 0.46.0
412

513
### Breaking changes
@@ -29,7 +37,7 @@
2937
- feat(log): support combined LogFilters and RecordMappings ([#914](https://github.com/getsentry/sentry-rust/pull/914)) by @lcian
3038
- Breaking change: `sentry::integrations::log::LogFilter` has been changed to a `bitflags` struct.
3139
- 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`.
32-
- 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.
40+
- 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.
3341

3442
### Behavioral changes
3543

@@ -69,6 +77,7 @@
6977
### Features
7078

7179
- ref(tracing): rework tracing to Sentry span name/op conversion ([#887](https://github.com/getsentry/sentry-rust/pull/887)) by @lcian
80+
7281
- Additional special fields have been added that allow overriding certain data on the Sentry span:
7382
- `sentry.op`: override the Sentry span op.
7483
- `sentry.name`: override the Sentry span name.
@@ -210,10 +219,11 @@
210219
### Features
211220

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

218228
- feat(logs): add log protocol types (#821) by @lcian
219229
- feat(logs): add ability to capture and send logs (#823) by @lcian & @Swatinem
@@ -318,7 +328,7 @@ An OpenTelemetry integration has been released. Please refer to the changelog en
318328
- 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.
319329
- Switch to MIT license (#724) by @cleptric
320330
- The license for the crates has been changed to MIT.
321-
331+
322332
### Features
323333

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

0 commit comments

Comments
 (0)