{"id":20313750,"url":"https://github.com/posthog/exported-recordings-analyzer","last_synced_at":"2026-03-06T01:34:23.859Z","repository":{"id":196984492,"uuid":"697756313","full_name":"PostHog/exported-recordings-analyzer","owner":"PostHog","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-21T15:25:20.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-12-28T18:48:25.060Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PostHog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-28T12:15:00.000Z","updated_at":"2025-03-21T15:25:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ac504f0-b702-41fa-9fcd-21174914a9b7","html_url":"https://github.com/PostHog/exported-recordings-analyzer","commit_stats":null,"previous_names":["posthog/exported-recordings-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PostHog/exported-recordings-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fexported-recordings-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fexported-recordings-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fexported-recordings-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fexported-recordings-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PostHog","download_url":"https://codeload.github.com/PostHog/exported-recordings-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PostHog%2Fexported-recordings-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30157846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T18:12:36.042Z","updated_at":"2026-03-06T01:34:23.838Z","avatar_url":"https://github.com/PostHog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exported Recordings Analyzer\n\nSometimes a customer reports we can't play their recording.\n\nThe browser is frozen, so we can't use the debug tools.\n\n## How to get the data\n\n### wait for the browser to unfreeze\n\nIf we're patient we can wait for the browser to unfreeze, and then export the recording as a single JSON file.\n\nthis gives you a single file\n\n### download from S3\n\nfind the recording in s3 and download the folder\n\nthis gives you a directory of files\n\n# What does it do?\n\nIt prints out useful information like:\n\n```\nmessage_type_counts\n{'Plugin': 3966, 'IncrementalSnapshot': 59529, 'Meta': 13, 'FullSnapshot': 13}\nincremental_snapshot_event_source_counts\n{'MouseMove': 11350 (3.1MiB), 'Scroll': 9828 (540.2KiB), 'Mutation': 10425 (45.8MiB), 'MouseInteraction': 11149 (709.5KiB), 'Input': 16751 (1.3MiB), 'Selection': 26 (2.4KiB)}\nmutation_removal_count: 9520\nmutation_addition_counts\n{'wat': 28 (19.2KiB), 'Attribute': 200789 (32.0MiB), 'Text': 64359 (6.4MiB)}\n```\n\nIn this recording, we can see it's almost all attribute additions that are causing the size.\n\n## Usage\n\nget started\n\n```\nuv venv --python 3.11\nuv venv --python 3.11\nuv pip install -r pyproject.toml\n```\n\nEdit `main.py` to point at your downloaded recording and run it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthog%2Fexported-recordings-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposthog%2Fexported-recordings-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposthog%2Fexported-recordings-analyzer/lists"}