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();

One thought on “Upgrading WampServer from version 2.2 to version 3.0

  1. Pingback: 2021 - Year in review for the blog - Gregg Borodaty

Leave a Reply

Your email address will not be published. Required fields are marked *