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
This commit is contained in:
Jorge Martin Espinosa 2023-04-03 12:26:05 +02:00 committed by GitHub
commit 55033ea5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def glide = "4.15.1"
def bigImageViewer = "1.8.1"
def jjwt = "0.11.5"
def vanniktechEmoji = "0.16.0"
def sentry = "6.16.0"
def sentry = "6.17.0"
// Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha08"
// Testing

View File

@ -164,6 +164,7 @@ class DefaultVectorAnalytics @Inject constructor(
// When opting out, ensure that the queue is flushed first, or it will be flushed later (after user has revoked consent)
posthog?.flush()
posthog?.optOut(true)
posthog?.shutdown()
posthog = null
}
}