Release 1.65.3

Release date: April 30, 2026

Release Notes - Seatmap Platform

Version 1.65.3 - 2026-04-30

Release Focus: Hotfix that broadens Glitchtip error capture in the editor — top-level crashes and Redux saga errors are now reported in addition to the network and user-action paths already covered.


What’s Fixed

Editor crash and saga error coverage in Glitchtip

The editor was already reporting handled errors and a subset of network failures to Glitchtip, but uncaught top-level crashes (window errors, unhandled promise rejections) and Redux saga error events were not being forwarded. Issue: SEAT-962.

What changed

  • Top-level window.onerror and unhandledrejection events are now routed to Glitchtip with the same tagging used by the existing client.
  • Redux saga error events are captured at the saga middleware level so saga-thrown exceptions become visible as discrete events instead of being swallowed.

Who benefits

Anyone triaging editor incidents — the previous coverage left a gap in which a class of editor failures was invisible to oncall.


Affected products

  • editor-client — Glitchtip wiring only.

Upgrade

Drop-in patch release. No API or configuration changes.