Skip to content

Commit

Permalink
fix: we still say 15k free recordings in some places in the app (#20764)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
pauldambra and github-actions[bot] authored Mar 8, 2024
1 parent 41ebc6e commit 23a1649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 23a1649

Please sign in to comment.