CellWall Logo

Posthog Recorder

PostHog

Heatmaps & Session Replay
monitor Exposure
v605b1ee9
A script for recording user sessions, including page views, clicks, scrolls, and form interactions, for later playback and analysis.
10M+ sites
Updated 9/14/2026
https://us-assets.i.posthog.com/static/1.430.3/posthog-recorder.js
Exposure Score
92

Popularity

92%

Usage across websites

File Size

206.29 KB

Download size

Load Time

158.31ms

Network latency

Execution Time

36.11ms

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

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

Uptime History

Average response time over time

Version History Details

Detailed information for each version

v605b1ee9Latest
Span: 2 days
Score: 85
Size: 206.29 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_*_posthog1 year
Used by PostHog to store a distinct ID for the user across sessions, enabling user identification.
ph_*_posthog_session30 minutes
Used by PostHog to identify and track a user's current session.

Local Storage

ph_posthog_distinct_id
Stores the distinct user ID used by PostHog for user identification.
ph_posthog_props
Stores various user properties and metadata collected by PostHog.

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 Size206.29 KB
Load Time158.31ms

Runtime Performance

Execution Time36.11ms
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
15
Is Mirror
No
Network Requests
0
Resource Hash
605b1ee9c63f9f49f2302c6499a94676f5e4aaed2361510799fd9c88973c339d

AI Insights & Alternatives

Description

A comprehensive overview of this resource

This script, `posthog-recorder.js`, is an integral part of PostHog's session recording functionality. It operates by observing and capturing user interactions and changes to the Document Object Model (DOM) within a web browser. The captured data includes mouse movements, clicks, scrolls, keyboard input (with sensitive information masked), and DOM mutations. This information is then sent to PostHog's servers, allowing website owners to reconstruct and replay individual user sessions visually. This process enables a detailed understanding of user behavior, identification of usability issues, and debugging of front-end problems by providing a precise visual representation of the user's journey. By leveraging this script, teams can gain qualitative insights that complement quantitative analytics. It helps in understanding 'why' users behave in certain ways on a website, rather than just 'what' they do. The recording is typically done asynchronously and in the background, aiming to minimize any impact on the end-user's browsing experience.

Key Features

Core functionalities and capabilities of this resource

  • Session Recording
  • User Playback
  • DOM Capture
  • Interaction Tracking
  • Bug Reproduction
  • UX Analysis
  • User Behavior Insights

Alternatives

Similar libraries you might consider

Documentation & Resources

Official Documentation