Release Notes
Minor changes
-
fb9ed9d8ec1 Default
--release-modetoeventforsourcemap inject,sourcemap process,sourcemap upload,hermes inject,hermes cloneandhermes upload. Uploaded symbol sets and source maps are now release-independent, and each exception resolves its own release: a web build reads the_posthogReleaseIdinjected into the chunk, and a Hermes build resolves it from the$app_namespace/$app_version/$app_buildthe SDK already sends. Two releases that ship the same code keep one symbol set instead of colliding on the release that uploaded it first. Pass--release-mode symbol-setto keep binding the release to what you upload. Before upgrading, check that the release coordinates you pass match the app's bundle identifier or applicationId, version and build number, because a mismatch leaves exceptions with no release.hermes uploadnow resolves--info-plistbefore it checks the release coordinates. An iOS build that supplies them that way no longer gets a warning about a release the run creates correctly. — Thanks @ablaszkiewicz!
Install posthog-cli 0.18.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.18.0/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.18.0/posthog-cli-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install @posthog/cli@0.18.0Download posthog-cli 0.18.0
| 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 |