Alexandre

Results 2 issues of Alexandre

If WordPress query log is enabled (constant `SAVEQUERIES`), send query logs to Sentry. This is really useful to debug queries that take too much time, are too complex, or can...

:wave: help wanted
:chart_with_upwards_trend: performance
:sparkles: new-feature

`HandlesActions` trait checks if `$this->{$propertyName} instanceof Model`. However, prior to this check, we need to make sure that the property is initialized. Added one browser test, which allows to catch...