From a09c436a160adb1e68083201e4f3cc63343fe24f Mon Sep 17 00:00:00 2001 From: Roman Zavarnitsyn Date: Thu, 12 Oct 2023 09:34:08 +0200 Subject: [PATCH] Fix Changelog --- CHANGELOG.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b13765f31..ef3b8e59225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,6 @@ - This list can be set directly when calling the constructor of `SentryInstrumentation` - For Spring Boot it can also be set in `application.properties` as `sentry.graphql.ignored-error-types=SOME_ERROR,ANOTHER_ERROR` -### Dependencies - -- Bump Native SDK from v0.6.5 to v0.6.6 ([#2975](https://github.com/getsentry/sentry-java/pull/2975)) - - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#066) - - [diff](https://github.com/getsentry/sentry-native/compare/0.6.5...0.6.6) -- Bump Gradle from v8.3.0 to v8.4.0 ([#2966](https://github.com/getsentry/sentry-java/pull/2966)) - - [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v840) - - [diff](https://github.com/gradle/gradle/compare/v8.3.0...v8.4.0) - ### Fixes - Fix json parsing of nullable/empty fields for Hybrid SDKs ([#2968](https://github.com/getsentry/sentry-java/pull/2968)) @@ -28,14 +19,17 @@ - (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) - (Hybrid) If a date can't be parsed as an ISO timestamp, attempts to parse it as millis silently, without printing a log message - (Hybrid) If `op` is not defined as part of `SpanContext`, fallback to an empty string, because the filed is optional in the spec - -### Fixes - - Always attach OkHttp errors and Http Client Errors only to call root span ([#2961](https://github.com/getsentry/sentry-java/pull/2961)) +- Fixed crash accessing Choreographer instance ([#2970](https://github.com/getsentry/sentry-java/pull/2970)) -### Fixes +### Dependencies -- Fixed crash accessing Choreographer instance ([#2970](https://github.com/getsentry/sentry-java/pull/2970)) +- Bump Native SDK from v0.6.5 to v0.6.6 ([#2975](https://github.com/getsentry/sentry-java/pull/2975)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#066) + - [diff](https://github.com/getsentry/sentry-native/compare/0.6.5...0.6.6) +- Bump Gradle from v8.3.0 to v8.4.0 ([#2966](https://github.com/getsentry/sentry-java/pull/2966)) + - [changelog](https://github.com/gradle/gradle/blob/master/CHANGELOG.md#v840) + - [diff](https://github.com/gradle/gradle/compare/v8.3.0...v8.4.0) ## 6.30.0