Skip to content

@posthog/rollup-plugin@1.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:57
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
802d3dc

1.5.0

Minor Changes

  • #4541 74d8f5a Thanks @ablaszkiewicz! - Add experimental sourcemaps.releaseMode: 'event' to the rollup plugin. In event mode the plugin resolves the release with posthog-cli release resolve and 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 the POSTHOG_RELEASE_MODE environment variable and then to symbol-set, which behaves exactly as before. Event mode needs a posthog-cli with the release resolve command.
    (2026-08-19)

Patch Changes

  • #4541 74d8f5a Thanks @ablaszkiewicz! - Bump @posthog/cli to ~0.13.0, which ships the release resolve command the rollup plugin's event release mode spawns.
    (2026-08-19)
  • Updated dependencies [74d8f5a]:
    • @posthog/plugin-utils@1.2.0