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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Changelog
2
2
3
-
## Unreleased
3
+
## 7.0.0
4
4
5
5
Version 7 of the Sentry Android/Java SDK brings a variety of features and fixes. The most notable changes are:
6
6
- Bumping `minSdk` level to 19 (Android 4.4)
7
7
- The SDK will now listen to connectivity changes and try to re-upload cached events when internet connection is re-established additionally to uploading events on app restart
8
8
-`Sentry.getSpan` now returns the root transaction, which should improve the span hierarchy and make it leaner
9
9
- Multiple improvements to reduce probability of the SDK causing ANRs
10
-
- New `sentry-okhttp` artifact is unbundled from Android and can be used in pure JVM-only apps
10
+
- New `sentry-okhttp` artifact is unbundled from Android and can be used in pure JVM-only apps
0 commit comments