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

## Problem related to #11204 Follows accidental commit to master https://github.com/PostHog/posthog/commit/bcaa4633b45948a41651de7e0fca0e760701a910 ![monty-shame](https://user-images.githubusercontent.com/984817/183876637-51b25281-d988-4d02-bf40-7effba622a73.gif) We're still getting very unexpected API URL format failures for some CSV export ## Changes logs lots of...

## Problem When working on #10572, I realized how messy our typing for events is. Five types were exposed, and it was really hard to say which is for what:...

## Problem Found every instance of Input.Search from the old antd framework and swapped it to a LemonInput with a search icon ## Changes * Also updated some select boxes...

## Is your feature request related to a problem? During the development phase of my project numerous events have been posted some of which have had their name changed several...

enhancement
feature/property-filters

## Bug description We're running into an issue where when we try to export our insights, we almost instantly get an error saying the import has failed. ![image](https://user-images.githubusercontent.com/19637309/183639263-92f6e19b-4392-456e-8878-bc8ffcd8cc5e.png) I'm guessing...

bug
exporting/sharing

### Problem Read issue Descripition issue FIXED #10261 ### DEMO [DEMO](https://www.loom.com/share/2049b7cc3e8941ac8a2fe29179ecbeb9)

One of the goals for team east is visualisations. Here's a list of some low hanging fruit. - [ ] Custom time legends (see [artboard](https://www.figma.com/file/HwUmk7WqccLkGgNNGAs4zN/Art-board?node-id=4934%3A29109)) - [ ] TODO: Engineer...

## Problem Design System work for improved Labels, and therefor improved Field component (mixture of label, input and error messages) ## Changes * Adds a new `LemonLabel` to be used...

## Problem description `db.createPerson` is an operation we call very frequently, so speedups to that function translate to cheaper and more efficient pipeline overall. ## Opportunity When calling this function,...

performance
feature/persons
plugin-server

## Problem Today, user's can hit the API on repeat with no throttling. ## Changes Adds in two "pass through" rate limits that log when a rate limit would have...