An open API service indexing awesome lists of open source software.

https://github.com/posthog/session-tracker-plugin

Advanced session tracking for PostHog
https://github.com/posthog/session-tracker-plugin

Last synced: 9 months ago
JSON representation

Advanced session tracking for PostHog

Awesome Lists containing this project

README

          

# Session Tracker Plugin

This plugin:

- Emits `session_started` events
- Adds a property `is_first_event_in_session` to the first event in a given session
- Emits `session_ended` events with a property `session_duration`

## Important Note For Self-Hosted Users

This plugin leverages database storage to work. We estimate that it will use about 3MB of storage for every 10000 users tracked.