File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Features
6+
7+ - Attach MDC properties to logs as attributes ([#4786](https://github.com/getsentry/sentry-java/pull/4786))
8+ - MDC properties set using supported logging frameworks (Logback, Log4j2, java.util.Logging) are now attached to structured logs as attributes
9+ - All properties are sent, and they're subject to server-side data scrubbing. To avoid sending certain properties, use the `beforeSendLog` hook.
10+ - This means that you will be able to filter/aggregate logs in the product based on these properties.
11+ - Note that keys containing spaces are not supported.
12+
313## 8.23.0
414
515### Features
616
7- - Add contextTags support for logging integrations ([#4783](https://github.com/getsentry/sentry-java/pull/4783))
8- - MDC/ThreadContext contextTags are now extracted and attached as attributes to Sentry logs for Logback, Log4j2, and JUL integrations
9- - Works with the existing `contextTags` option (e.g., `options.addContextTag("userId")`)
10- - Centralizes contextTags processing logic in new `ContextTagsUtil` class
1117- Add session replay id to Sentry Logs ([#4740](https://github.com/getsentry/sentry-java/pull/4740))
1218- Add support for continuous profiling of JVM applications on macOS and Linux ([#4556](https://github.com/getsentry/sentry-java/pull/4556))
1319 - [Sentry continuous profiling](https://docs.sentry.io/product/explore/profiling/) on the JVM is using async-profiler under the hood.
You can’t perform that action at this time.
0 commit comments