File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,16 @@ final db = AppDatabase(executor);
70
70
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450 )
71
71
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0 )
72
72
73
+ ## 8.13.3
74
+
75
+ This release fixes an issue where Cold starts can be incorrectly reported as Warm starts on Android.
76
+
77
+ ### Dependencies
78
+
79
+ - Bump Android SDK from v7.22.0 to v7.22.1 ([ #2785 ] ( https://github.com/getsentry/sentry-dart/pull/2785 ) )
80
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7221 )
81
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.22.0...7.22.1 )
82
+
73
83
## 8.13.2
74
84
75
85
> [ !WARNING]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- api ' io.sentry:sentry-android:7.22.0 '
63
+ api ' io.sentry:sentry-android:7.22.1 '
64
64
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
65
65
66
66
// Required -- JUnit 4 framework
You can’t perform that action at this time.
0 commit comments