From 23a1649dd09421e7b8ba6d939efa7a2b2a40be7d Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Fri, 8 Mar 2024 00:35:44 +0000 Subject: [PATCH] fix: we still say 15k free recordings in some places in the app (#20764) * fix: we still say 15k free recordings in some places in the app * Update UI snapshots for `chromium` (2) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 4 ++-- frontend/src/scenes/authentication/signup/SignupContainer.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b25aa911131..d8169fb7acc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ PostHog is available with hosting in the EU or US and is fully SOC 2 compliant. It's free to get started and comes with a generous monthly free tier: - 1 million product analytics events -- 15k session replays +- 5k session replays - 1 million feature flag requests - 250 survey responses @@ -45,7 +45,7 @@ We're constantly adding new features, with web analytics and data warehouse now ### PostHog Cloud (Recommended) -The fastest and most reliable way to get started with PostHog is signing up for free to [PostHog Cloud](https://us.posthog.com/signup) or [PostHog Cloud EU](https://eu.posthog.com/signup). Your first 1 million events (and 15k replays) are free every month, after which you pay based on usage. +The fastest and most reliable way to get started with PostHog is signing up for free to [PostHog Cloud](https://us.posthog.com/signup) or [PostHog Cloud EU](https://eu.posthog.com/signup). Your first 1 million events (and 5k replays) are free every month, after which you pay based on usage. ### Open-source hobby deploy (Advanced) diff --git a/frontend/src/scenes/authentication/signup/SignupContainer.tsx b/frontend/src/scenes/authentication/signup/SignupContainer.tsx index 15c93483cdb..bee5d9ddeaf 100644 --- a/frontend/src/scenes/authentication/signup/SignupContainer.tsx +++ b/frontend/src/scenes/authentication/signup/SignupContainer.tsx @@ -68,7 +68,7 @@ export function SignupLeftContainer(): JSX.Element { ? [ { benefit: 'Free usage every month - even on paid plans', - description: '1M free events, 15K free session recordings, and more. Every month. Forever.', + description: '1M free events, 5K free session recordings, and more. Every month. Forever.', }, { benefit: 'Start collecting data immediately',