Release Notes
Patch changes
- 751c7c08aa2 Upload one symbol set per chunk id when processing sourcemaps. In
--release-mode event a bundler that copies an entry point to a second name (a hashless alias beside app-<hash>.js) produces two byte-identical files that share a sourcemap, and so one content-addressed chunk id twice, which the bulk-start endpoint rejects as invalid_chunk_ids. — Thanks @ablaszkiewicz!
Install posthog-cli 0.11.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.11.2/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.11.2/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.11.2
Download posthog-cli 0.11.2