Blog / 2026

The best session replay tools in 2026, compared honestly

· Updated · 8 min read

Every round-up in this category is written by a vendor, including this one. So here is the bias up front: we make UserTapes, it appears below, and we have tried to be straight about the several tools that beat it on specific dimensions — two of them on price, by a lot.

Every price here was checked against the vendor’s own pricing page in July 2026, with the source linked. This category re-prices often enough that an undated comparison is worthless within a quarter.

The short answer

If you… Use
Have no budget Microsoft Clarity
Want the most generous free tier Fullstory (30,000 sessions/mo) or PostHog (5,000 recordings/mo)
Already run Sentry and only need error context Sentry Session Replay
Want analytics and replay in one tool PostHog
Need heatmaps and surveys too Hotjar / Contentsquare
Must self-host OpenReplay
Want a full engineering platform LogRocket
Want your coding agent to read sessions UserTapes

If your case is in the top half of that table, the rest of this post is background reading. Go install the thing.

Microsoft Clarity — free, and hard to argue with

Price: free, forever, no traffic limits. Retention: 30 days playback; 9 months for click data and favourited sessions.

Clarity is free with no volume ceiling, includes heatmaps, and is backed by Microsoft, so it is not going away. For most people asking “which session replay tool should I use”, the honest answer is Clarity until you hit a specific wall.

The walls are real, though. Playback is deleted after 30 days unless you favourite a session in advance, which requires predicting which sessions will matter. There is no API — the dashboard is the only way in. And it is a free product from an advertising company, so read the terms on data use and decide for yourself.

Best for: anyone with a budget of zero, which is a completely legitimate position. Full comparison →

Fullstory — the most generous free tier

Price: free tier includes 30,000 sessions/mo with 12 months analytics retention. Paid tiers are not published. Retention: 12 months on free.

That free allowance is remarkable and under-discussed — far beyond what we offer. If free volume is your deciding factor, Fullstory wins outright.

The catch arrives at the upgrade. No pricing is published for Business, Advanced or Enterprise; every path leads to “request a demo”. That tells you who it is built for: organisations with a procurement process. Excellent product, mismatched to a solo developer.

Best for: teams who fit inside the free tier, or who have a budget and an analyst.

PostHog — replay inside an analytics suite

Price: first 5,000 recordings/mo free, then $0.0050/recording (5k–15k), dropping to $0.0035 (15k–50k) and $0.0020 (50k–150k). Retention: 1 year free, 7 years paid.

PostHog gives you 5,000 recordings a month free, every month, alongside product analytics, feature flags and experiments. For a side project this is the best value in the category and it is not particularly close.

At 15,000 recordings you are at roughly $50/mo, and usage-based pricing means a spiky month is hard to forecast. Replay is one feature in a large suite rather than the focus, which is a strength if you want the suite and a weakness if you do not.

Best for: startups who want analytics and replay in one tool, and anyone whose volume fits the free tier.

Sentry Session Replay — if you already have Sentry

Price: Developer $0, Team $26/mo annual, Business $80/mo annual. 50 replays included per plan; new accounts get 5,000/mo for three months. Retention: not published.

Sentry is not really a competitor and treating it as one would be dishonest. It answers a different question: where did the code break, with a stack trace and a release. Replay answers what was the user doing.

Its replay is anchored to errors, which is right for its purpose and wrong for browsing sessions that never threw. 50 replays included is a small base — it is a feature attached to error monitoring, not a replay product.

Best for: teams already running Sentry who want recordings attached to exceptions. Most people reading this should be running Sentry regardless.

Hotjar / Contentsquare — now one thing

Price: Basic free (35 sessions/day); Plus ~$32/mo annual (100/day); Business ~$80/mo annual (500/day); Scale ~$171/mo annual (1,500/day). Note: Hotjar’s pricing page now redirects to Contentsquare and was not machine-readable when we checked; these come from consistent third-party reporting, not from Hotjar directly. Verify before deciding.

The headline is structural: Hotjar has merged into Contentsquare. The legal merger completed 1 July 2025, new sign-ups create Contentsquare accounts, and legacy plans are migrating through 2026.

The thing to understand about the pricing is that limits are per day, not per month. Plus is 100 sessions a day. Get written up somewhere and you blow the cap before lunch, recording nothing for the rest of the day — which is exactly when you most want recordings.

Hotjar remains the easiest tool here to hand to a non-technical colleague, and it has heatmaps and surveys that most tools on this list do not.

Best for: marketing and CRO teams who need heatmaps and surveys. Full comparison →

LogRocket — the engineering platform

Price: from $176/mo for 25,000 sessions. Pro adds Galileo AI, included above 100,000 sessions/mo. Retention: not published.

LogRocket bundles replay, error monitoring, product analytics and unlimited log ingestion, correlated. If you use all of that, it is cheaper than three vendors and genuinely good.

The $176/mo floor with no free tier is the objection, and it is usually raised by teams who kept Sentry for errors and use LogRocket only for replay — paying platform prices for one feature.

Best for: funded engineering teams who want one correlated platform. Full comparison →

OpenReplay — self-hosted

Price: free self-hosted; managed “Dedicated” from $199/mo ($0.276/hr). Retention: whatever you configure.

If session data must never leave infrastructure you control, OpenReplay is the answer, and it is open source so the recording logic is auditable.

The cost is operational. Session replay is storage-heavy and write-heavy; self-hosting means running an object store, a database and a retention policy. Fine with platform engineers, a second job without them. Managed starts at $199/mo, above most hosted tools.

Best for: teams with a hard data-residency requirement and someone to run it.

UserTapes — for agents

Price: free tier 100 sessions total (no monthly reset); Indie $29/mo for 15,000 sessions/mo; Studio $59/mo for 50,000; Broadcast from $149/mo. Retention: 30 days, 90 on Broadcast.

Ours. The free tier is the weakest on this page by volume — 100 sessions total against PostHog’s 5,000 a month and Fullstory’s 30,000. If free volume is what you are optimising for, use one of those.

What it does differently is the format. Every session is stored once and served two ways: a pixel-accurate replay for you, and a markdown transcript for a model — timestamped clicks, navigations, JS errors, failed requests with status codes, rage clicks, dead clicks. A native MCP server exposes that to Claude Code, Cursor, or any MCP client, on every plan including the free one.

That turns “watch 400 sessions” into “ask a question”:

$ claude "users say coupons are broken — find it and fix it"

▸ usertapes list_tapes(has_errors: true)
  ← 14 tapes · rage clicks on "Apply coupon"
▸ usertapes read_transcript(3e7128f8)
  ← 0:20 ⚠ POST /api/coupon · 422
▸ checkout.js swallows 422s — editing +14 −3

It is cookieless, inputs are masked in the browser before transmission, and the tracker is under 15 KB served from your own origin.

Not for you if: you need heatmaps or surveys (we have none), you want aggregate funnel analysis, or your volume fits comfortably in a free tier above.

Best for: developers who want an agent doing the watching.

How to actually choose

Three questions, in order:

1. What is your budget? If it is zero, use Clarity or a free tier and stop. Everything below assumes you have decided to pay for something.

2. What is the job? Conversion optimisation and debugging are different activities. Heatmaps and surveys point one way; transcripts, error correlation and API access point the other. Tools built for the wrong job feel subtly wrong forever.

3. How will you find the session that matters? This is the question nobody asks during evaluation and everybody hits in week three. The data is valuable; the interface is a video player. Whatever you pick, work out how you will get from 400 recordings to the four that matter — filters, alerts, transcripts, an API — before you commit.


All pricing verified July 2026 against each vendor’s published pricing page. Figures change; check before deciding. Detailed comparisons: LogRocket · Hotjar · Microsoft Clarity · all tools side by side.

Free tier · no card · no expiry

Give your agents eyes.

Record 100 sessions free, forever. Cookieless, inputs masked at the source, and full MCP access on every plan — including this one.

● Start recording