Skip to content

Commit edecfa5

Browse files
committed
changelog
1 parent 25104b7 commit edecfa5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
debugImplementation("io.sentry:sentry-spotlight:<version>")
2626
}
2727
```
28-
29-
### Fixes
30-
3128
- Fix scroll target detection for Jetpack Compose ([#5017](https://github.com/getsentry/sentry-java/pull/5017))
29+
- No longer fork Sentry `Scopes` for `reactor-kafka` consumer poll `Runnable` ([#5080](https://github.com/getsentry/sentry-java/pull/5080))
30+
- This was causing a memory leak because `reactor-kafka`'s poll event reschedules itself infinitely, and each invocation of `SentryScheduleHook` created forked scopes with a parent reference, building an unbounded chain that couldn't be garbage collected.
3231

3332
### Internal
3433

0 commit comments

Comments
 (0)