Skip to content

Commit f8dd7f7

Browse files
committed
move changelog entry
1 parent 8c385c5 commit f8dd7f7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
- Do not log if `sentry.properties` in rundir has not been found ([#4929](https://github.com/getsentry/sentry-java/pull/4929))
88

9+
### Improvements
10+
11+
- Avoid forking `rootScopes` for Reactor if current thread has `NoOpScopes` ([#4793](https://github.com/getsentry/sentry-java/pull/4793))
12+
- This reduces the SDKs overhead by avoiding unnecessary scope forks
13+
914
## 8.27.0
1015

1116
### Features
@@ -58,8 +63,6 @@
5863
- Fix profilerId propagation ([#4833](https://github.com/getsentry/sentry-java/pull/4833))
5964
- Fix profiling init for Spring and Spring Boot w Agent auto-init ([#4815](https://github.com/getsentry/sentry-java/pull/4815))
6065
- Copy active span on scope clone ([#4878](https://github.com/getsentry/sentry-java/pull/4878))
61-
- Avoid forking `rootScopes` for Reactor if current thread has NoOpScopes ([#4793](https://github.com/getsentry/sentry-java/pull/4793))
62-
- This reduces the SDKs overhead by avoiding unnecessary scope forks
6366

6467
### Improvements
6568

0 commit comments

Comments
 (0)