Skip to content

Commit ba47814

Browse files
authored
Merge branch 'main' into deprecate/enable-tracing
2 parents 4d313d1 + 88e4bfd commit ba47814

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ SentryFlutter.init((options) =>
3636
the `tracesSampleRate` to a sample rate of your choice, or provide a sampling function as `tracesSampler` option
3737
instead. If you want to disable performance monitoring, remove the `tracesSampler` and `tracesSampleRate` options.
3838

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+
3945
## 8.5.0
4046

4147
### Features

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.12.0'
63+
api 'io.sentry:sentry-android:7.12.1'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)