matomo-for-wordpress
matomo-for-wordpress copied to clipboard
avoid fatal error emails when a scheduled task fails
These exceptions will be propagated to the user as emails and might end up spamming the user. Instead, if a scheduled task fails due to a catchable exception, we should notify admins through the UI alone.
Note: this can happen if the geolocation database download fails randomly, which we don't want.