Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@

## 8.19.1

> [!Warning]
> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead.

### Fixes

- Do not store No-Op scopes onto OpenTelemetry Context when wrapping ([#4631](https://github.com/getsentry/sentry-java/pull/4631))
- In 8.18.0 and 8.19.0 the SDK could break when initialized too late.

## 8.19.0

> [!Warning]
> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead.

### Features

- Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))
Expand Down
Loading