@posthog/plugin-utils@1.2.0
·
6 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
1.2.0
Minor Changes
- #4541
74d8f5aThanks @ablaszkiewicz! - Add experimentalsourcemaps.releaseMode: 'event'to the rollup plugin. In event mode the plugin resolves the release withposthog-cli release resolveand injects its id into every chunk, so exceptions report their release directly instead of it being bound to the uploaded symbol sets, and chunk ids are derived from chunk content so a rebuild of unchanged code reuses the symbol set already uploaded. The option defaults to thePOSTHOG_RELEASE_MODEenvironment variable and then tosymbol-set, which behaves exactly as before. Event mode needs a posthog-cli with therelease resolvecommand.
(2026-08-19)