Once your PostHog instance is up and running, the next step is to start sending events. Event ingestion It's a priority for us that events are fully…| posthog.com
If you want to change how PostHog stores this information, you can do so with the persistence configuration option: persistence: "localStorage…| posthog.com
This library uses an internal queue to make calls fast and non-blocking. It also batches requests and flushes asynchronously, making it perfect to use…| posthog.com
Person properties enable you to capture, manage, and analyze specific data about a user. You can use them to create filters or cohorts , which can…| posthog.com
Capturing events Anonymous and identified events Capturing anonymous events Capturing identified events Identifying users The most useful of these…| posthog.com
How identify works Best practices when using identify 1. Call identify as soon as you're able to 2. Use unique strings for distinct IDs 3. Set up…| posthog.com