From ae31a72ee5900d1b953468cb5aa7b2e5394eaccc Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Fri, 25 Oct 2024 09:38:44 +0100 Subject: [PATCH] Clarify posthog-js-lite messaging See https://posthog.slack.com/archives/C03P7NL6RMW/p1729779075000879 - clarifies when to use it, and removes WIP tag - its somewhat misleading. --- posthog-web/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posthog-web/README.md b/posthog-web/README.md index 5d07ccef..07cc34b4 100644 --- a/posthog-web/README.md +++ b/posthog-web/README.md @@ -1,9 +1,11 @@ # PostHog Web -> 🚧 This is a WIP. Currently the only officially supported way of using PostHog on the web is [posthog-js](https://github.com/PostHog/posthog-js) +> 🚧 This is a reduced feature set package. Currently the only officially supported feature complete way of using PostHog on the web is [posthog-js](https://github.com/PostHog/posthog-js) This package is currently published to npm as [posthog-js-lite](https://www.npmjs.com/package/posthog-js-lite) and is a simplified version of the recommended and offically supported `posthog-js`. +You'd want to use this only if you're very conscious about package sizes, and this reduced feature set (only analytics and feature flags) works for your use case. The most common use case is in chrome extensions. + ## Installation ```bash