Changes /

Sentry-Driven Stability Fixes

stableea3b6fc

First round of fixes driven by real error data from Sentry. Several crashes now fail gracefully instead of breaking the session. Spectator mode and deck editor pagination also fixed.

4 fixes

Fixes

  • Session crash on unknown card - when a client received a network event referencing a card it didn't know about, it could crash the whole session. It now fails gracefully and continues instead.
  • Spectator mode - player areas weren't being positioned correctly when entering spectator mode. Fixed.
  • Deck editor pagination - the deck editor was trying to fetch pages beyond the last page of results. It now stops at the correct page.
  • Multi-card drop stability - dropping multiple cards onto the battlefield could crash if drag offset data was missing. Now handled gracefully.
view commits →