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
@@ -18,13 +18,19 @@
18
18
19
19
## 8.19.1
20
20
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
+
21
24
### Fixes
22
25
23
26
- Do not store No-Op scopes onto OpenTelemetry Context when wrapping ([#4631](https://github.com/getsentry/sentry-java/pull/4631))
24
27
- In 8.18.0 and 8.19.0 the SDK could break when initialized too late.
25
28
26
29
## 8.19.0
27
30
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
+
28
34
### Features
29
35
30
36
- Add a `isEnableSystemEventBreadcrumbsExtras` option to disable reporting system events extras for breadcrumbs ([#4625](https://github.com/getsentry/sentry-java/pull/4625))
0 commit comments