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 20 posthog-js-lite issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies
javascript

### Description - [ ] Remove `version` and `build` in favor of the $ props (Also for Native SDKs - Android and iOS) - [ ] Remove `personProperties` in favor...

enhancement
react-native
Breaking change

## Bug description `personProperties` is typed as `Record` whereas it should be `Record` ## How to reproduce Try to call `getAllFlags` with a numerical `personProperty` and you will get a...

bug
nodejs

It would be great to have the early access management on the server side too. I'm in the process of implementing invitation emails and this would be the exact feature...

enhancement
nodejs
Early access
Feature flags

## Is your feature request related to a problem? For distributed systems each client is using a local cache which will increase the number of requests to fetch the same...

enhancement
nodejs
Local Evaluation
Feature flags

## Is your feature request related to a problem? When using ``, PostHog produces absurd amounts of logging with "PostHog Debug" messages, especially if you have heavy instrumentation. This is...

enhancement
help wanted
react-native
Configuration

Hello! Not sure if this is the correct place to ask, and haven't find anything in the documentation - is [Posthog Surveys](https://posthog.com/docs/surveys/manual) available for react native ? If it is,...

enhancement
react-native
Survey

## Is your feature request related to a problem? I'd love to hand out one URL `domain.com/download-app` to send users to the android and apple stores by having a dynamic...

enhancement
help wanted
nodejs

### Description https://github.com/PostHog/posthog-js-lite/blob/7c5342b3b281ef546a764e06f245a08371f2ed1a/posthog-node/src/extensions/sentry-integration.ts is Node only currently, ideally we'd move this code to core and make it possible to use on the Web and RN targets.

enhancement
help wanted
react-native
Sentry

## Bug description `posthog-node` running in a Next.js app router app configured with `flushAt: 1, flushInterval: 0` [as recommended](https://posthog.com/docs/libraries/next-js#app-router-1) seems to lose events that are issued in batches. We have...

bug
nodejs