Skip to content

Commit 55033ea

Browse files
authored
Merge pull request #8297 from vector-im/dependabot/gradle/io.sentry-sentry-android-6.17.0
Bump io.sentry:sentry-android from 6.16.0 to 6.17.0
2 parents c94ee5c + 2830459 commit 55033ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def glide = "4.15.1"
2525
def bigImageViewer = "1.8.1"
2626
def jjwt = "0.11.5"
2727
def vanniktechEmoji = "0.16.0"
28-
def sentry = "6.16.0"
28+
def sentry = "6.17.0"
2929
// Use 1.6.0 alpha to fix issue with test
3030
def fragment = "1.6.0-alpha08"
3131
// Testing

vector/src/main/java/im/vector/app/features/analytics/impl/DefaultVectorAnalytics.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class DefaultVectorAnalytics @Inject constructor(
164164
// When opting out, ensure that the queue is flushed first, or it will be flushed later (after user has revoked consent)
165165
posthog?.flush()
166166
posthog?.optOut(true)
167+
posthog?.shutdown()
167168
posthog = null
168169
}
169170
}

0 commit comments

Comments
 (0)