PostHog / posthog-flutter

PostHog Flutter SDK
https://posthog.com/docs/libraries/flutter
MIT License
55 stars 37 forks source link

Add session id to events so that they can be used in session duration analysis #50

Closed pauldambra closed 9 months ago

pauldambra commented 1 year ago

Because there are no session ids on events they cannot be used for session duration analysis.

The current session duration analysis only cares that an event exists, has a timestamp, and has a $session_id property

marandaneto commented 1 year ago

Similar to https://github.com/PostHog/posthog-android/issues/28

stephan1994w commented 11 months ago

Any update on this issue?

marandaneto commented 10 months ago

Not yet, it depends on https://github.com/PostHog/posthog-flutter/pull/60 which adds the PH Android SDK v3, but the session_id is still missing on iOS, coming next.

marandaneto commented 9 months ago

This is now unblocked https://github.com/PostHog/posthog-ios/releases/tag/3.1.0