Skip to content

Conversation

@raquelmsmith
Copy link
Member

Changes

Describes what categories of A/B tests we tend to run and when it makes sense to run a test.

@vercel
Copy link

vercel bot commented Dec 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
posthog Ready Ready Preview Jan 5, 2026 3:27am

Added section on A/B test metrics to guide experiment design.
Comment on lines +309 to +313
### Self-hosted and hobby versions

We have [sunset support for our kubernetes and helm chart managed self-hosted offering](/blog/sunsetting-helm-support-posthog). This means we no longer offer support for fixing to specific versions of PostHog. A [docker image is pushed for each commit to master](https://hub.docker.com/r/posthog/posthog). Each of those versions is immediately deployed to PostHog Cloud.

The [deploy-hobby script](https://github.com/PostHog/posthog/blob/master/bin/deploy-hobby) allows you to set a `POSTHOG_APP_TAG` environment variable and fix your docker-compose deployed version of PostHog. Or you can edit your docker-compose file to replace each instance of `image: posthog/posthog:$POSTHOG_APP_TAG` with a specific tag e.g. `image: posthog/posthog:9c68581779c78489cfe737cfa965b73f7fc5503c`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this section is just moved down from above

Copy link
Member

@rafaeelaudibert rafaeelaudibert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice :)


#### A/B test metrics

Experiment design is a bit of an art. There are different types of [metrics](/docs/experiments/metrics) you can use in PostHog experiments. Another benefit of running experimeints is forcing yourself to think through what other things your change might impact, which oftentimes doesn't happen in the regular release cycle!
Copy link

@danisaza danisaza Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads up: there's a typo here (experimeints -> experiments)

Really digging this documentation, by the way!

Corrected a typo in the A/B test metrics section.
@raquelmsmith raquelmsmith merged commit 791b557 into master Jan 5, 2026
12 checks passed
@raquelmsmith raquelmsmith deleted the when-to-a-b-test branch January 5, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants