Skip to content

Commit d98ca60

Browse files
authored
Add warning to 8.19.0 and 8.19.1 about Android API level compatibility (#4657)
Updated changelog for versions 8.19.0 and 8.19.1 with warnings and fixes.
1 parent 5be3176 commit d98ca60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

3131
## 8.19.1
3232

33+
> [!Warning]
34+
> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead.
35+
3336
### Fixes
3437

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

3841
## 8.19.0
3942

43+
> [!Warning]
44+
> Android: This release is incompatible with API levels below 26. We recommend using SDK version 8.20.0 or higher instead.
45+
4046
### Features
4147

4248
- 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)