You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,19 @@
30
30
31
31
## 8.19.1
32
32
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
+
33
36
### Fixes
34
37
35
38
- Do not store No-Op scopes onto OpenTelemetry Context when wrapping ([#4631](https://github.com/getsentry/sentry-java/pull/4631))
36
39
- In 8.18.0 and 8.19.0 the SDK could break when initialized too late.
37
40
38
41
## 8.19.0
39
42
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
+
40
46
### Features
41
47
42
48
- Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))
0 commit comments