@posthog/nextjs-config@1.11.0
Immutable
release. Only release title and notes can be modified.
1.11.0
Minor Changes
-
#4705
dd5888aThanks @ablaszkiewicz! - Change the defaultsourcemaps.releaseModetoevent: setsourcemaps.releaseMode: 'symbol-set', orPOSTHOG_RELEASE_MODE=symbol-set, to keep binding uploaded symbol sets to a release. The@posthog/plugin-utilsbump is major, so an installed plugin keeps the old default until the plugin itself is upgraded.eventmode requires a posthog-cli withrelease resolveand--release-mode, andposthog-js1.409.0,posthog-node5.47.0, or@posthog/core1.46.0 at runtime. An older CLI fails a rollup build and skips the upload on webpack and Next.js. An older SDK reports no release on exceptions. (2026-09-02)
Patch Changes
- #4737
c589ab8Thanks @cat-ph! - Bump@posthog/clito~0.16.2, which fixes a race insourcemap process: inject and upload used to walk the directory roots separately, so a bundler still writing into the output directory mid-run (e.g. Turbopack's background filesystem-cache flush on Next.js 16.3+) could hand upload a chunk inject never stamped and abort the build with "Chunk ID not found". The CLI now uploads exactly the pairs it injected, and--delete-aftercleanup skips files that vanished or changed after upload instead of failing the build.
(2026-09-02) - Updated dependencies [
c589ab8,dd5888a]:- @posthog/webpack-plugin@1.7.0
- @posthog/plugin-utils@2.0.0