Posthog Release Notes

Follow

813 release notes curated from 2 sources by the Releasebot Team. Last updated: Aug 20, 2026

Get this feed:
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog fixes event handling by dropping events when a before-send hook throws.

    4.63.3

    Patch Changes

    • #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.
    • (2026-08-20)
    • Updated dependencies [bae46bf, aef2f49]:
    • @posthog/[email protected]
    Original source
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog patches event handling to drop events when a before-send hook throws and updates dependencies.

    5.49.2

    Patch Changes

    • #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.
    • (2026-08-20)
    • Updated dependencies [bae46bf, aef2f49]:
    • @posthog/[email protected]
    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Posthog and hundreds of other software products.

    Create account
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog ships patch fixes for dropped events and cleaner error handling in window.onerror reports.

    1.418.6

    Patch Changes

    • #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.

    • (2026-08-20)

    • #4582 aef2f49 Thanks @ablaszkiewicz! - Stop building a stack frame for a window.onerror report that carries no code position, such as the ResizeObserver loop warning. The frame named the document URL rather than a script, so no source map could resolve it. These exceptions now arrive with no stack trace.

    • (2026-08-20)

    Updated dependencies [bae46bf, aef2f49]:

    Original source
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog patches event sending to drop events when a before-send hook throws.

    1.7.85

    Patch Changes

    • #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.

    (2026-08-20)

    Updated dependencies [bae46bf, aef2f49]:

    Original source
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog fixes event handling by dropping events when a before-send hook throws.

    0.8.6

    Patch Changes

    • #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.

    (2026-08-20)

    Updated dependencies [bae46bf, aef2f49]:

    @posthog/[email protected]

    [email protected]

    [email protected]

    Original source
  • Similar to Posthog with recent updates:

  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog fixes event handling by dropping hook-thrown events and trimming useless stack traces for window.onerror warnings.

    1.48.6

    Patch Changes

    #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.

    (2026-08-20)

    #4582 aef2f49 Thanks @ablaszkiewicz! - Stop building a stack frame for a window.onerror report that carries no code position, such as the ResizeObserver loop warning. The frame named the document URL rather than a script, so no source map could resolve it. These exceptions now arrive with no stack trace.

    (2026-08-20)

    Original source
  • Aug 20, 2026
    • Date parsed from source:
      Aug 20, 2026
    • First seen by Releasebot:
      Aug 20, 2026
    Posthog logo

    Posthog

    Posthog ships a patch that drops events when a before-send hook throws and updates dependencies.

    2.1.1

    Patch Changes

    #4578 bae46bf Thanks @marandaneto! - Drop events when a before-send hook throws instead of sending the unmodified event.

    (2026-08-20)

    Updated dependencies [bae46bf, aef2f49]:

    @posthog/[email protected]

    [email protected]

    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog ships a patch that stops counting Chromium anonymous stack frames as in-app code and updates dependencies.

    Patch Changes

    • #4572 9701637 Thanks @ablaszkiewicz! - Stop counting Chromium <anonymous> stack frames (extension-injected, devtools or string-evaluated code) as in-app code.
    • (2026-08-19)
    • Updated dependencies [9701637]:
    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog fixes session recording in full browser bundles and adds analytics flags when the recorder script fails to load.

    1.418.4

    Patch Changes

    • #4309 b564d61 Thanks @posthog! - Fix session recording in the full browser bundles. array.full.js and module.full.es.js only inlined rrweb, so they still fetched the recorder script at runtime - the request the full bundles exist to avoid. They now inline the whole recorder. Also flags the session with $sdk_debug_recording_script_not_loaded when the recorder script fails to load, so a blocked recorder is visible in analytics rather than only in the console.

    (2026-08-19)

    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog fixes error grouping by falling back to synthetic stack traces when captured errors have no stack.

    1.418.3

    Patch Changes

    #4558 3f9ba71 Thanks @posthog! - Fall back to the synthetic exception stack when a captured Error has no stack, so frameless failures (such as a Firefox network fetch TypeError) keep their call-site frames and group per call site instead of merging into one issue.

    (2026-08-19)

    Updated dependencies [3f9ba71]:

    @posthog/[email protected]

    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog fixes a Chrome renderer crash in in-app surveys on heavy pages by replacing a whole-page fade transition with a scoped CSS opacity animation, preserving the same close UX while avoiding tab crashes.

    1.418.2

    Patch Changes

    #4555 3e0edff Thanks @HaynesPostHog! - Fix a Chrome renderer crash (grey "Aw, Snap" tab, "Error code: 5") that could still occur when closing an in-app survey on a heavy page such as a large dashboard.

    Closing a survey animated the fade-out with document.startViewTransition, which snapshots the entire page viewport. The survey applied no view-transition-name scoping, so on a heavy host page capturing that whole-page snapshot could exhaust renderer memory and crash the tab. A previous fix addressed a related crash (a snapshot pointing at a removed node) but left the document-level transition — and its whole-page snapshot cost — in place.

    The survey renders in an isolated shadow root, so it never needed a document-level transition. The close now fades the popup out with a plain CSS opacity transition scoped to the survey's own container, then unmounts it once the fade has run. No whole-page snapshot, no crash, same fade-out UX. (2026-08-19)

    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog adds the release resolve command in a CLI update.

    1.5.28

    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/[email protected]
    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog adds an experimental rollup plugin release mode that reports exceptions directly through event-based release resolution, reuses uploaded symbol sets for unchanged code, and ships @posthog/cli updates to support the new release resolve command.

    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]

    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog adds experimental sourcemaps.releaseMode: event for the rollup plugin, linking releases directly to chunks so exceptions report their release more directly and unchanged code can reuse uploaded symbol sets. The default stays the same unless the new mode is enabled.

    1.2.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)

    Original source
  • Aug 19, 2026
    • Date parsed from source:
      Aug 19, 2026
    • First seen by Releasebot:
      Aug 19, 2026
    Posthog logo

    Posthog

    Posthog ships a patch update with the release resolve command in the CLI and updated dependencies.

    1.7.84

    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, 3e0edff]:

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.