Socket
Book a DemoInstallSign in
Socket

@posthog/first-time-event-tracker

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posthog/first-time-event-tracker

Track if a given event is the first event of this type for a user.

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
8
Created
Source

First Time Event Tracker Plugin

Important!

This plugin will only work on events ingested after the plugin was enabled. This means it will register events as being the first if there were events that occured before it was enabled. To mitigate this, you could consider renaming the relevant events and creating an action that matches both the old event name and the new one.

Usage

This plugin will add the following two properties to events you specify:

  • is_event_first_ever
  • is_event_first_for_user

FAQs

Package last updated on 28 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts