CellWall Logo

Posthog Recorder

PostHog

Heatmaps & Session Replay
monitor Exposure
v2476ebab
A JavaScript library for capturing and replaying user sessions on a website to understand user behavior and identify issues.
10M+ sites
Updated 7/6/2026
https://us-assets.i.posthog.com/static/1.396.9/posthog-recorder.js
Exposure Score
92

Popularity

92%

Usage across websites

File Size

156.74 KB

Download size

Load Time

39.28ms

Network latency

Execution Time

0.00ms

Runtime performance

Version Telemetry

Version Timeline

Visual representation of each version's active period

Metrics Over Time

Security score, performance score, and file size trends

0255075100v2476Normalized ScoreVersion
Security Score
Performance Score
File Size (KB)

Uptime History

Average response time over time

Version History Details

Detailed information for each version

v2476ebabLatest
Span: 1 day
Score: 85
Size: 156.74 KB

Exposure & Risks

Security Score

Overall Security85 / 100
Exposure Levelmonitor

Risk Assessment

Critical Risks0
Total Observations1

Exposure Status

Monitor
Moderate behavioral concerns, review and mitigation advised.

Behavioral Concerns

No Known Security Risks

Our telemetry scan did not detect any immediate behavioral security risks for this resource.

Security Observations

Security-related findings from analysis

No security observations recorded for this version

Privacy & Data Flow

Data Collection

Cookies and local storage used by this script

Cookies

ph_session_id30 minutes
Identifies a user's session to group events and recordings within a single visit.
ph_current_session_expires_at30 minutes
Marks the expiry time of the current user session.
ph_phc_*1 year
Tracks persistent data related to the user, potentially including user ID and last activity time.

Local Storage

ph_current_session_id
Stores the current session ID to maintain session continuity across page loads.
ph_current_session_start_timestamp
Stores the timestamp when the current session started.
ph_previous_session_id
Stores the ID of the previous session for analysis of returning users.
ph_posthog
Stores various PostHog-related client-side data, including feature flags, user properties, and temporary state.

Third-party Connections

External domains this script connects to

No external connections detected

Permissions Required

Browser permissions and capabilities used

No special browser permissions required.

Privacy Observations

Privacy-related findings from analysis

No privacy observations recorded for this version

Technical & Performance Analytics

Load Performance

File Size156.74 KB
Load Time39.28ms

Runtime Performance

Execution Time0.00ms
Network Requests0

Impact Assessment

Good
Minimal performance impact on page load

Performance Observations

Performance-related findings from analysis

No performance observations recorded for this version

Global Variables

Variables added to the global scope

No global variables detected

Event Listeners

Events this script listens for

No event listeners detected

Browser API Access

APIs and browser features accessed by this script

No API access detected

Technical Details

Compressed
Yes
CDN Delivery
No
Total Views
2
Is Mirror
No
Network Requests
0
Resource Hash
2476ebab9f235a5bcdc48fd0b060ea990f7b8f9c473eddc2e57c84a07df21961

AI Insights & Alternatives

Description

A comprehensive overview of this resource

PostHog Session Recording is a client-side JavaScript library that observes and records user interactions on a website. This includes capturing mouse movements, clicks, scrolls, form inputs, and DOM changes. The collected data is then transmitted to the PostHog backend, enabling website administrators to visually replay user sessions exactly as they occurred. This functionality is invaluable for product teams, UX designers, and developers who need to understand how users navigate their site, identify areas of confusion or friction, and diagnose bugs by seeing the user's exact steps leading to an issue. The script typically captures enough information to reconstruct the visual state of the page during the session without necessarily recording sensitive personal data in raw form, often redacting or masking it.

Key Features

Core functionalities and capabilities of this resource

  • Session Recording
  • User Replay
  • UX Analytics
  • Bug Reproduction
  • Heatmaps (indirectly via session data)
  • User Behavior Insights

Alternatives

Similar libraries you might consider

Documentation & Resources

Official Documentation