posthog-js-lite icon indicating copy to clipboard operation
posthog-js-lite copied to clipboard

Reimplementation of posthog-js to be as light and modular as possible.

Results 59 posthog-js-lite issues
Sort by recently updated
recently updated
newest added

## Problem currently if we call e.g. `getFeatureFlags()` 100 times straight away after initialisation we will send 100 fetch requests before the first one returns this is even worse if...

nodejs
Feature flags

We're thinking about releasing a v5 for `posthog-node`, let's collect all planned work here - [x] Node v18+ requirement #466 #283 - [ ] Remove captureMode=form and compression=lz64 #483 -...

enhancement
nodejs
Breaking change

### Description https://posthog.slack.com/archives/C08JQTX5RRP/p1746001037472769?thread_ts=1746000341.744199&cid=C08JQTX5RRP we should support only JSON mode and gzip compression

react-native
web
nodejs
Breaking change

## Is your feature request related to a problem? I would like to be able to use the early access feature in our react native app ## Describe the solution...

enhancement
help wanted
Feature flags

### Description Right now it only works with Native Android logcat using the `captureLog` flag. We'd need to monkey patch the console log in JS similarly to the [Web](https://github.com/postHog/posthog-js) iOS...

enhancement
react-native
Session Replay

I think we can make feature flags easy to use in a declarative fashion with a `Feature` component. ## Is your feature request related to a problem? It's related to...

enhancement
good first issue
react-native
Feature flags

### Description https://posthog.com/questions/react-native-accessibility-label-ph-no-capture

react-native
Session Replay
Masking

## Bug description Type error: `Property 'captureException' does not exist on type 'typeof import("{absolute-path-to-root}/node_modules/.pnpm/[email protected]/node_modules/posthog-node/lib/index")'` ## How to reproduce 1. `import posthog from 'posthog-node';` 2. `posthog.captureException(new Error('test'));` ## Related sub-libraries -...

bug
nodejs
Error Tracking

### Description Ticket: https://posthoghelp.zendesk.com/agent/tickets/20809 Add APIs to allow for manual start/stop of session recordings - [ ] [iOS](https://github.com/PostHog/posthog-ios/issues/262) - [ ] [Android](https://github.com/PostHog/posthog-android/issues/210) - [ ] [RN](https://github.com/PostHog/posthog-js-lite/issues/322) - [ ] [Flutter](https://github.com/PostHog/posthog-flutter/issues/124)...

react-native
Session Replay

Is it possible for posthog lite to be offloaded to a worker? I know this isn't possible in regular posthog, but given this is a particular subset mostly focused on...

enhancement
web