Posthog Session Replay Portable __top__
// Save to file const blob = new Blob([exportedJson], type: 'application/json' ); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = session-$session?.sessionId.json ; a.click();
Pingback: 2021 - Year in review for the blog - Gregg Borodaty