Skip to content

Commit

Permalink
Fix Changelog (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn authored Oct 12, 2023
1 parent 4bf95dd commit 347399a
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,24 @@
- 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))
- (Internal) Rename `nextList` to `nextListOrNull` to actually match what the method does
- (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

Expand Down

0 comments on commit 347399a

Please sign in to comment.