github PostHog/posthog-js posthog-js@1.393.1

latest releases: posthog-js@1.393.4, @posthog/core@1.37.2, posthog-js@1.393.3...
6 hours ago

1.393.1

Patch Changes

  • #3919 99bad9c Thanks @pauldambra! - Session replay network capture: add an opt-in streaming reader for request/response bodies that stops at the payload size limit instead of buffering the whole body and then discarding it — bounding memory and pre-request latency when a body is very large. It reads only a clone of the body, so it never consumes the stream the page itself reads, and always resolves (never rejects) into the page's fetch. Off by default; enabled for defaults: '2026-06-25' and settable directly via session_recording.streamNetworkBody.
    (2026-06-24)
  • Updated dependencies [99bad9c]:
    • @posthog/types@1.391.1

Don't miss a new posthog-js release

NewReleases is sending notifications on new releases.