posthog icon indicating copy to clipboard operation
posthog copied to clipboard

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

Results 1093 posthog issues
Sort by recently updated
recently updated
newest added

## Bug description My hobby deployment is getting stuck at the end of the script. (It has like 20 minutes there or more) ![image](https://user-images.githubusercontent.com/37629556/185598639-715e7e26-8d98-411a-b7bc-66011dad842f.png) EDIT 1: It may be the...

bug
stale

## Problem these changes can be relevant for workers even with no other changes (e.g. migrations could cause existing queries from the workers to start failing) ## Changes 👉 _Stay...

stale

## Problem The error tracking is super slow because we don't limit the number of events we're fetching :/ ## Changes - Add limit & offset ## Does this work...

## Problem Using `JSONExtractRaw` to extract values has a couple of drawbacks: 1. it requires additional post-processing to discriminate `NULL` values from valid strings, 2. it requires additional post-processing to...

### Feature request The UI size is too big by a couple of pixels on every screen size. There's probably an extra padding or border somewhere that wasn't accounted for,...

bug
feature/replay

## Changes #24321 improved `LemonInputSelect`, but it remained buggy around removing and editing the already-selected options, which users rightly point out. This resolves #24317, resolves #23832, makes the input itself...

## Problem HogQL doesn't know about the return types of functions, preventing us from having a fully-typed experience. This can be seen in the generated ClickHouse SQL e.g. `2 =...

## Problem 1. The [posthog/posthog](https://hub.docker.com/r/posthog/posthog) image includes the `ee` folder which I don't feel comfortable having since I'm self-hosting 2. The [posthog/posthog-foss](https://hub.docker.com/r/posthog/posthog-foss) image comes without `ee` code, but has not...

## Problem If HogVM throws any error during CDP event filtering, it's lost (except for pod logs). ## Changes Logs an error each time something in the filter throws. ##...