0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00

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>
This commit is contained in:
Paul D'Ambra 2024-03-08 00:35:44 +00:00 committed by GitHub
parent 41ebc6efc3
commit 23a1649dd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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',