Closed AlexMisiulia closed 2 months ago
Hello @AlexMisiulia indeed, reset should not clear the queue, indeed, let me fix it
@marandaneto Hello. Thank you for the fast fix. Maybe you have ETA for a release with this fix?
its released already https://github.com/PostHog/posthog-android/releases/tag/3.6.1
Version
3.6.0
Steps to Reproduce
PostHog.identify()
called).PostHog.capture("Logged out")
called).PostHog.reset()
called).Expected Result
Identify and Logged out events are captured and displayed on analytics front end.
Actual Result
Only identify event is captured and displayed on analytics front end.
I tried to use this code but got the same result:
This work around works for me: