Skip to content

Release v1.9.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:26
· 52 commits to main since this release

Release v1.9.1

Changelog

Fixed

  • SqlExceptionReporter: mark the exception in ReportedSqlExceptionRegistry after a successful captureException(), not before. Marking first caused BeforeSendHandler (deduplicate_sql_exceptions) to drop the DBAL event itself, so SQL errors (e.g. SQLSTATE 42S22) never reached Sentry; the Twig/ErrorListener wrapper was then dropped as a duplicate too.

Full Changelog: v1.9.0...v1.9.1