Skip to content

Commit 6042472

Browse files
authored
Add warning to 8.19.0 and 8.19.1 about Android API level compatibility
Updated changelog for versions 8.19.0 and 8.19.1 with warnings and fixes.
1 parent ee747ae commit 6042472

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@
1818

1919
## 8.19.1
2020

21+
> [!Warning]
22+
> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead.
23+
2124
### Fixes
2225

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

2629
## 8.19.0
2730

31+
> [!Warning]
32+
> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead.
33+
2834
### Features
2935

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

0 commit comments

Comments
 (0)