Skip to content

Commit 9122269

Browse files
Apply suggestion from @Swatinem
Co-authored-by: Arpad Borsos <[email protected]>
1 parent 3ad7329 commit 9122269

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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`.
1616
- 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.
17-
- Add custom variant to `AttachmentType` that holds an arbitrary String. ([#916](https://github.com/getsentry/sentry-rust/pull/916))
1817

1918
### Behavioral changes
2019

0 commit comments

Comments
 (0)