Release Notes
Patch changes
- 751c7c08aa2 Upload one symbol set per chunk id when processing sourcemaps. In
--release-mode eventa bundler that copies an entry point to a second name (a hashless alias besideapp-<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 asinvalid_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 | shInstall 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.2Download posthog-cli 0.11.2
| File | Platform | Checksum |
|---|---|---|
| posthog-cli-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| posthog-cli-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| posthog-cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| posthog-cli-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| posthog-cli-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
| posthog-cli-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| posthog-cli-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |