posthog
posthog copied to clipboard
🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
## Bug description Hi, We use the cloud version of posthog (free version). On the client side, we use posthog as part of a NextJS application (`15.0.0-canary.37` for Next and...
### Feature request feedback from @Lior539 > To keep costs in control it would be great if: I could set a sampling % e.g. only collect for 10% of users...
### Feature request ## Is your feature request related to a problem? With the rollout of persons on events, there has been an explosion of issues with internal and test...
In some places we check if a provided string is a URL with no pathname. We do that by calling "new URL(blah)" and then inspecting the processed URL In some...
## Problem nothing to see here ## Changes 👉 _Stay up-to-date with [PostHog coding conventions](https://posthog.com/docs/contribute/coding-conventions) for a smoother review._ ## Does this work well for both Cloud and self-hosted? ##...
## Problem Clickhouse deletes are a nightmare ## Changes Let's implement our own soft delete so we have control over how things actually operate. This will allow us to run...
## Changes Now that we're off Ant (#24256), we can use Tailwind's preflight styles, which include a bunch of sane normalized defaults. Allows us to remove some of our homegrown...
## Problem - rename scene - previous PR had a random change that wouldn't go away. trying it again in a new PR ## Changes - move to sql 👉...
Bumps [tailscale/github-action](https://github.com/tailscale/github-action) from 8b804aa882ac3429b804a2a22f9803a2101a0db9 to eac66e8ca455e895e83315dcd97741e573e852c4. Commits eac66e8 .github/workflows: use default Tailscale version in CI b2b96d3 action.yml: allow specifying a state directory 0bf9b9f Merge pull request #127 from tailscale/patrickod-patch-1 3efa8e1...
## Problem Trying to find the root cause for occasional network disconnects on long-running batch exports. I think it's client side as the ClickHouse error logs seem to point out...