|
12 | 12 | - This list can be set directly when calling the constructor of `SentryInstrumentation` |
13 | 13 | - For Spring Boot it can also be set in `application.properties` as `sentry.graphql.ignored-error-types=SOME_ERROR,ANOTHER_ERROR` |
14 | 14 |
|
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 | | - |
24 | 15 | ### Fixes |
25 | 16 |
|
26 | 17 | - Fix json parsing of nullable/empty fields for Hybrid SDKs ([#2968](https://github.com/getsentry/sentry-java/pull/2968)) |
27 | 18 | - (Internal) Rename `nextList` to `nextListOrNull` to actually match what the method does |
28 | 19 | - (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) |
29 | 20 | - (Hybrid) If a date can't be parsed as an ISO timestamp, attempts to parse it as millis silently, without printing a log message |
30 | 21 | - (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 | | - |
34 | 22 | - 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)) |
35 | 24 |
|
36 | | -### Fixes |
| 25 | +### Dependencies |
37 | 26 |
|
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) |
39 | 33 |
|
40 | 34 | ## 6.30.0 |
41 | 35 |
|
|
0 commit comments