From aa5206cda3c243f06eb663e715293588dd008ddb Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:46:48 +0000 Subject: [PATCH] Comparison session recordings (#3343) * Update session-recording.mdx * Update session-recording.mdx * Create new Array CTA for blog * Update session-recording.mdx * Update session-recording.mdx * styled session recording table, evened out global table padding Co-authored-by: Cory Watilo --- contents/product/session-recording.mdx | 139 +++++++++++++++++++++++++ safelist.txt | 4 + src/components/ArrayCTA/index.tsx | 2 + src/components/Layout/Layout.scss | 2 - tailwind.config.js | 5 + 5 files changed, 150 insertions(+), 2 deletions(-) diff --git a/contents/product/session-recording.mdx b/contents/product/session-recording.mdx index f4c114a59..9214f9742 100644 --- a/contents/product/session-recording.mdx +++ b/contents/product/session-recording.mdx @@ -35,6 +35,145 @@ documentation: /docs/user-guides/recordings +### How does PostHog compare? + +

Swipe right to compare.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HotjarLogrocketMatomoPostHog
Platform 
Free plan
Open source
Self-hostable
Cloud hosting
Product analytics suite
Session Recording 
Single-page app support
Mobile app recordings
Identity detection
Target recordings by URL
Target by sample size
Filter recordings by user or event
Rage-click detection
Privacy masking for sensitive content
Export recordings
Retention policy for recordings1 year1 month24 monthsPostHog Cloud: 3 weeks
Self-hosted: No limit
+
+
( <> +

Ready to find out more?

@@ -12,5 +13,6 @@ export const ArrayCTA = () => ( Schedule a demo
+
) diff --git a/src/components/Layout/Layout.scss b/src/components/Layout/Layout.scss index 0d06478ec..8c60b9282 100644 --- a/src/components/Layout/Layout.scss +++ b/src/components/Layout/Layout.scss @@ -600,8 +600,6 @@ th { -moz-font-feature-settings: 'tnum'; -ms-font-feature-settings: 'tnum'; -webkit-font-feature-settings: 'tnum'; - padding-left: 0.96667rem; - padding-right: 0.96667rem; padding-top: 0.5rem; padding-bottom: calc(0.5rem - 1px); } diff --git a/tailwind.config.js b/tailwind.config.js index 8329097f0..3b0b7a073 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -31,6 +31,8 @@ module.exports = { 'max-w-4xl', 'max-w-5xl', 'w-full', + 'w-2/12', + 'w-4/12', 'w-56', 'w-64', 'w-72', @@ -42,6 +44,7 @@ module.exports = { 'opacity-100', 'border-opacity-75', 'border-opacity-100', + 'text-green', ], }, }, @@ -54,6 +57,7 @@ module.exports = { blue: '#1D4AFF', yellow: '#F7A501', red: '#F54E00', + green: '#6AA84F', primary: '#151515', 'gray-accent': '#D0D1C9', 'gray-accent-dark': '#2C2C2C', @@ -173,6 +177,7 @@ module.exports = { 'dashed-line-dark': '#4b4b4b', 'dashed-line-light': '#D0D1C9', blue: '#1D4AFF', + green: '#6AA84F', }, minHeight: { 780: '780px',