posthog-js-lite
posthog-js-lite copied to clipboard
Reimplementation of posthog-js to be as light and modular as possible.
## Bug description In a minimal node http handler I'm trying to use posthog to capture an event. I'm seeing a ~10 second timeout when waiting on the call to...
## Is your feature request related to a problem? When using `captureMode=form`, the compression is `lz64` (base64). When using `captureMode=json`, there's no compression. ## Describe the solution you'd like When...
## Bug description Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform ## How to reproduce...
### Description https://github.com/PostHog/posthog-js/blob/c8c747a53c4768686542899631ebbe440ab39760/src/posthog-core.ts#L1598 Only capture $set event if props have changed, see [this](https://github.com/PostHog/posthog-android/issues/251) Considering addressing [this too](https://github.com/PostHog/posthog-js-lite/issues/235)
Bug description On Android, when using lottie-react-native to display Lottie animations, the screen starts to flicker or flash — but only when PostHog session recording is enabled. This issue does...
## Bug description The app crashes immediately upon launch after installation and after enabling posthog-react-native-session-replay. The crash occurs only on iOS, with the following native error: Terminating app due to...
## Bug description Seeing a type error when attempting to include `posthog*` properties in a `posthogOpenAI.responses.create({...})` call for OpenAI models. Not behaving [as documented](https://posthog.com/docs/ai-engineering/observability?tab=OpenAI#:~:text=We%20support%20the,-responses%20API%20in) ## How to reproduce 1. Init...
### Description Once https://github.com/PostHog/posthog-ios/pull/350 is shipped
## Problem ## Changes ## Release info Sub-libraries affected ### Bump level - [X] Major - [ ] Minor - [ ] Patch ### Libraries affected - [ ] All...
## Bug description We are encountering a build error when trying to use posthog-node `capture` on a vercel edge runtime. `Module build failed: UnhandledSchemeError: Reading from "node:fs" is not handled...