Posthog: flush queue before optin out.

This commit is contained in:
Benoit Marty 2023-01-30 12:22:31 +01:00
parent 7bef90109d
commit c8277e2d43
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ class DefaultVectorAnalytics @Inject constructor(
pendingUserProperties = null
}
false -> {
// 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)
}
}