Skip to content

Commit 2f8f173

Browse files
github-actions[bot]marandanetoweb-flowmarkushi
authored
chore(deps): update Android SDK to v6.6.0 (#1090)
Co-authored-by: Manoel Aranda Neto <[email protected]> Co-authored-by: GitHub <[email protected]> Co-authored-by: Manoel Aranda Neto <[email protected]> Co-authored-by: Markus Hintersteiner <[email protected]>
1 parent 613760b commit 2f8f173

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v6.5.0 to v6.6.0 ([#1090](https://github.com/getsentry/sentry-dart/pull/1090))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
10+
311
## 6.13.1
412

513
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.5.0'
57+
api 'io.sentry:sentry-android:6.6.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class SentryFlutterPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
157157
args.getIfNotNull<Boolean>("enableAutoPerformanceTracking") { enableAutoPerformanceTracking ->
158158
if (enableAutoPerformanceTracking) {
159159
autoPerformanceTrackingEnabled = true
160-
framesTracker = ActivityFramesTracker(LoadClass())
160+
framesTracker = ActivityFramesTracker(LoadClass(), options)
161161
}
162162
}
163163

0 commit comments

Comments
 (0)