Skip to content

Commit c90c3db

Browse files
committed
changelog
1 parent f38e361 commit c90c3db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
- Previously only the body was cached which could lead to problems in the FilterChain as Request parameters were not available
2525
- We now hold a strong reference to the underlying OpenTelemetry span when it is created through Sentry API ([#3997](https://github.com/getsentry/sentry-java/pull/3997))
2626
- This keeps it from being garbage collected too early
27+
- Close backpressure monitor on SDK shutdown ([#3998](https://github.com/getsentry/sentry-java/pull/3998))
28+
- Due to the backpressure monitor rescheduling a task to run every 10s, it very likely caused shutdown to wait the full `shutdownTimeoutMillis` (defaulting to 2s) instead of being able to terminate immediately
2729

2830
## 8.0.0-rc.2
2931

0 commit comments

Comments
 (0)