Skip to content

Commit d2a1970

Browse files
committed
changelog
1 parent 5497d15 commit d2a1970

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
### Breaking changes
6+
7+
- feat(tracing): support combined EventFilters and EventMappings (#847) by @lcian
8+
- `EventFilter` has been changed to a `bitflags` struct.
9+
- It's now possible to map a `tracing` event to multiple items in Sentry by combining multiple event filters in the `event_filter`, e.g. `tracing::Level::ERROR => EventFilter::Event | EventFilter::Log`.
10+
- It's also possible to use `EventMapping::Combined` to map a `tracing` event to multiple items in Sentry.
11+
- `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.
12+
513
### Fixes
614

715
- fix(logs): stringify u64 attributes greater than `i64::MAX` (#846) by @lcian

0 commit comments

Comments
 (0)