Skip to content

v1.2.3 Silent handling for Livewire bot-driven

Latest

Choose a tag to compare

@ArvidDeJong ArvidDeJong released this 20 Feb 16:15

Added

  • Silent handling for Livewire bot-driven TypeError exceptions (for example: Cannot assign array to property ...) when they originate from Livewire update flows
  • Payload update normalization for multiple Livewire request formats, improving detection of array-injection attempts

Changed

  • Exception silencing now integrates with dontReport, reportable, and renderable hooks for stronger compatibility with Laravel exception pipelines
  • Improved local warning message text for blocked Livewire manipulation attempts
  • Updated documentation to clarify Sentry/noise behavior, payload-injection handling, and custom app/Exceptions/Handler.php integration guidance