Skip to content

Commit 4fecc12

Browse files
buenaflorgetsentry-botgetsentry-bot
authored
Merge 8.13.3 into main (#2786)
* update Android dependency to 7.22.0 (#2705) * fix: navigation breadcrumb with missing to crashes native (#2720) * release: 8.13.1 * update changelog * fix(web): use `if (dart.library.html)` instead of `if (dart.html)` (#2736) * fix * regenerate mocks * update CHANGELOG * update test * update * fix test * release: 8.13.2 * chore(deps): update Android SDK to v7.22.1 (#2785) * update android dep * update changelog * update CHANGELOG * release: 8.13.3 * update CHANGELOG --------- Co-authored-by: getsentry-bot <[email protected]> Co-authored-by: getsentry-bot <[email protected]>
2 parents 231f523 + f79a217 commit 4fecc12

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ final db = AppDatabase(executor);
7070
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
7171
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)
7272

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+
7383
## 8.13.2
7484

7585
> [!WARNING]

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:7.22.0'
63+
api 'io.sentry:sentry-android:7.22.1'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)