Posthog: flush queue before optin out.
This commit is contained in:
parent
7bef90109d
commit
c8277e2d43
|
@ -156,6 +156,8 @@ class DefaultVectorAnalytics @Inject constructor(
|
||||||
pendingUserProperties = null
|
pendingUserProperties = null
|
||||||
}
|
}
|
||||||
false -> {
|
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)
|
posthog?.optOut(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue