Skip to content

Commit 8088e32

Browse files
authored
Fix Changelog again (#2983)
1 parent 347399a commit 8088e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Features
66

7+
- Improve default debouncing mechanism ([#2945](https://github.com/getsentry/sentry-java/pull/2945))
78
- Add `CheckInUtils.withCheckIn` which abstracts away some of the manual check-ins complexity ([#2959](https://github.com/getsentry/sentry-java/pull/2959))
89
- Add `@SentryCaptureExceptionParameter` annotation which captures exceptions passed into an annotated method ([#2764](https://github.com/getsentry/sentry-java/pull/2764))
910
- This can be used to replace `Sentry.captureException` calls in `@ExceptionHandler` of a `@ControllerAdvice`
@@ -14,6 +15,7 @@
1415

1516
### Fixes
1617

18+
- Add OkHttp span auto-close when response body is not read ([#2923](https://github.com/getsentry/sentry-java/pull/2923))
1719
- Fix json parsing of nullable/empty fields for Hybrid SDKs ([#2968](https://github.com/getsentry/sentry-java/pull/2968))
1820
- (Internal) Rename `nextList` to `nextListOrNull` to actually match what the method does
1921
- (Hybrid) Check if there's any object in a collection before trying to parse it (which prevents the "Failed to deserilize object in list" log message)
@@ -35,7 +37,6 @@
3537

3638
### Features
3739

38-
- Improve default debouncing mechanism ([#2945](https://github.com/getsentry/sentry-java/pull/2945))
3940
- Add `sendModules` option for disable sending modules ([#2926](https://github.com/getsentry/sentry-java/pull/2926))
4041
- Send `db.system` and `db.name` in span data for androidx.sqlite spans ([#2928](https://github.com/getsentry/sentry-java/pull/2928))
4142
- Check-ins (CRONS) support ([#2952](https://github.com/getsentry/sentry-java/pull/2952))
@@ -46,7 +47,6 @@
4647

4748
### Fixes
4849

49-
- Add OkHttp span auto-close when response body is not read ([#2923](https://github.com/getsentry/sentry-java/pull/2923))
5050
- Always send memory stats for transactions ([#2936](https://github.com/getsentry/sentry-java/pull/2936))
5151
- This makes it possible to query transactions by the `device.class` tag on Sentry
5252
- Add `sentry.enable-aot-compatibility` property to SpringBoot Jakarta `SentryAutoConfiguration` to enable building for GraalVM ([#2915](https://github.com/getsentry/sentry-java/pull/2915))

0 commit comments

Comments
 (0)