Pierre-Lannoy / wp-decalog

Capture and log events, metrics and traces on your site. Make WordPress observable - finally!
https://perfops.one/
GNU General Public License v3.0
64 stars 8 forks source link

Check for logger config data type and auto-heal if data is invalid #25

Closed JanThiel closed 2 years ago

JanThiel commented 2 years ago

It's a very basic fix. Smarter solutions are possible but in my oppinion not required. This enforces that all following calls always have an array as they expect which currently is not the case if the option data is malformed.

Fixes #24