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 When viewing [this saved insight](https://app.posthog.com/insights/CsiAStvC), there's a large horizontal scrollbar because the annotations are entirely off the screen (on the right). ## How to reproduce 1. View...

bug
feature/saved-insights
feature/annotations

## Bug description ### viewed in feature flag ![Screenshot 2022-08-04 at 09 56 42](https://user-images.githubusercontent.com/984817/182807077-8a4d1bf0-8ba6-439d-bd74-dfb841eea2f6.png) ### viewed in history tab ![Screenshot 2022-08-04 at 09 53 56](https://user-images.githubusercontent.com/984817/182806462-9d2d4e60-3afe-47e3-a013-010d2382fb53.png) When a change in the...

bug
good first issue
feature/activity-logging

## Bug description I have a static `.html` files that integrates with PostHog. The problem is that PostHog returns an `Access-Control-Allow-Origin: ://` which raises an error in the browser that...

bug

## Is your feature request related to a problem? We now have django migrations, infi.orm clickhouse migrations and async migrations. Of these, clickhouse migrations and async migrations have complex inter-dependencies....

enhancement
feature/async-migrations
clickhouse

## In what situation are you experiencing subpar performance? Decide endpoint queries groups for a user. This query is slow according to pganalyze: https://app.pganalyze.com/databases/-675880137/queries/5344885692?t=24h ## Example SQL ```sql SELECT (...

bug
feature/feature-flags
performance
feature/group-analytics

## Bug description Go to persons page and filter by a cohort and nothing happens ## How to reproduce 1. 2. 3. ## Environment - [x] PostHog Cloud - [...

bug
feature/persons

## Bug description Sidebar new Insight icon used to have a hover state even when selected but now it doesn't. #### *Thank you* for your bug report – we love...

bug

## Is your feature request related to a problem? *Please describe.* ## Describe the solution you'd like Allow for a configuration columns option for our persons page similar to how...

enhancement
feature/persons

## Is your feature request related to a problem? f.e. the release tracker plugin might be useful to be used with multiple repositories attached. currently this is not supported. one...

enhancement
feature/apps
stale

## Problem We recently decoded person URLs in the path: https://github.com/PostHog/posthog/pull/10650 which led to decoded urls not loading events for persons, because the `sceneUrl` was different (one escaped, other not...