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 @@ -36,6 +36,12 @@ SentryFlutter.init((options) =>
36
36
the ` tracesSampleRate ` to a sample rate of your choice, or provide a sampling function as ` tracesSampler ` option
37
37
instead. If you want to disable performance monitoring, remove the ` tracesSampler ` and ` tracesSampleRate ` options.
38
38
39
+ ### Dependencies
40
+
41
+ - Bump Android SDK from v7.12.0 to v7.12.1 ([ #2198 ] ( https://github.com/getsentry/sentry-dart/pull/2198 ) )
42
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121 )
43
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1 )
44
+
39
45
## 8.5.0
40
46
41
47
### Features
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.12.0 '
63
+ api ' io.sentry:sentry-android:7.12.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