File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 77- Cold/warm start spans not attaching if TTFD takes more than 3 seconds to report ([ #3404 ] ( https://github.com/getsentry/sentry-dart/pull/3404 ) )
88- Ensure that the JNI ` ScopesAdapter ` instance is released after use ([ #3411 ] ( https://github.com/getsentry/sentry-dart/pull/3411 ) )
99
10+ ### Dependencies
11+
12+ - Bump Android SDK from v8.28.0 to v8.29.0 ([ #3403 ] ( https://github.com/getsentry/sentry-dart/pull/3403 ) )
13+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290 )
14+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/8.28.0...8.29.0 )
15+
1016## 9.9.0
1117
1218### Features
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363}
6464
6565dependencies {
66- api ' io.sentry:sentry-android:8.28 .0'
66+ api ' io.sentry:sentry-android:8.29 .0'
6767 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
6868
6969 // Required -- JUnit 4 framework
You can’t perform that action at this time.
0 commit comments