mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 16:48:54 +01:00
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:
commit
55033ea5b0
@ -25,7 +25,7 @@ def glide = "4.15.1"
|
|||||||
def bigImageViewer = "1.8.1"
|
def bigImageViewer = "1.8.1"
|
||||||
def jjwt = "0.11.5"
|
def jjwt = "0.11.5"
|
||||||
def vanniktechEmoji = "0.16.0"
|
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
|
// Use 1.6.0 alpha to fix issue with test
|
||||||
def fragment = "1.6.0-alpha08"
|
def fragment = "1.6.0-alpha08"
|
||||||
// Testing
|
// Testing
|
||||||
|
@ -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)
|
// When opting out, ensure that the queue is flushed first, or it will be flushed later (after user has revoked consent)
|
||||||
posthog?.flush()
|
posthog?.flush()
|
||||||
posthog?.optOut(true)
|
posthog?.optOut(true)
|
||||||
|
posthog?.shutdown()
|
||||||
posthog = null
|
posthog = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user