Skip to content

Commit 347399a

Browse files
authored
Fix Changelog (#2982)
1 parent 4bf95dd commit 347399a

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,24 @@
1212
- This list can be set directly when calling the constructor of `SentryInstrumentation`
1313
- For Spring Boot it can also be set in `application.properties` as `sentry.graphql.ignored-error-types=SOME_ERROR,ANOTHER_ERROR`
1414

15-
### Dependencies
16-
17-
- Bump Native SDK from v0.6.5 to v0.6.6 ([#2975](https://github.com/getsentry/sentry-java/pull/2975))
18-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#066)
19-
- [diff](https://github.com/getsentry/sentry-native/compare/0.6.5...0.6.6)
20-
- Bump Gradle from v8.3.0 to v8.4.0 ([#2966](https://github.com/getsentry/sentry-java/pull/2966))
21-
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v840)
22-
- [diff](https://github.com/gradle/gradle/compare/v8.3.0...v8.4.0)
23-
2415
### Fixes
2516

2617
- Fix json parsing of nullable/empty fields for Hybrid SDKs ([#2968](https://github.com/getsentry/sentry-java/pull/2968))
2718
- (Internal) Rename `nextList` to `nextListOrNull` to actually match what the method does
2819
- (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)
2920
- (Hybrid) If a date can't be parsed as an ISO timestamp, attempts to parse it as millis silently, without printing a log message
3021
- (Hybrid) If `op` is not defined as part of `SpanContext`, fallback to an empty string, because the filed is optional in the spec
31-
32-
### Fixes
33-
3422
- Always attach OkHttp errors and Http Client Errors only to call root span ([#2961](https://github.com/getsentry/sentry-java/pull/2961))
23+
- Fixed crash accessing Choreographer instance ([#2970](https://github.com/getsentry/sentry-java/pull/2970))
3524

36-
### Fixes
25+
### Dependencies
3726

38-
- Fixed crash accessing Choreographer instance ([#2970](https://github.com/getsentry/sentry-java/pull/2970))
27+
- Bump Native SDK from v0.6.5 to v0.6.6 ([#2975](https://github.com/getsentry/sentry-java/pull/2975))
28+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#066)
29+
- [diff](https://github.com/getsentry/sentry-native/compare/0.6.5...0.6.6)
30+
- Bump Gradle from v8.3.0 to v8.4.0 ([#2966](https://github.com/getsentry/sentry-java/pull/2966))
31+
- [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v840)
32+
- [diff](https://github.com/gradle/gradle/compare/v8.3.0...v8.4.0)
3933

4034
## 6.30.0
4135

0 commit comments

Comments
 (0)