matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.9k stars 2.65k forks source link

Fix detection of current transaction isolation level #22649

Closed mneudert closed 1 month ago

mneudert commented 1 month ago

Description:

The implementation of #22535 moved the detection of the current transaction level to traits.

During this migration a typo slipped through, breaking the fallback from @@TX_ISOLATION to @@transaction_isolation because PHP happily ignores any catch statement for classes that don't exist.

Review