WP Manifestindependent plugin directory
manifest / developer / ajax_error_logger

Error Logs for Ajax Requests

This plugin provides an email error_logs and file export service for ajax error logs.

by Timothy Roth · github.com/timothyroth/ajax_error_logger · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/timothyroth/ajax_error_logger/archive/refs/heads/main.zip

General Info

AJAX Error Logger is a plugin developed for WordPress to track all errors that happen during AJAX calls. All errors are tracked client side and then saved inside a WordPress CPT. You can view, filter and delete error messages in the Plugin Settings Log Tab.

Mail Settings

In the mail settings tab you can adjust the mail recipient list (to, cc, bcc). Additionally you can chose intervals in that a cronjob is sending new error logs to the recipients aswell as a critical error threshold that will also trigger a log report.

Project Status

The Project is currently finished - meaning there is no further development plannend. If you report an issues I will fix them. If you have any great suggestions you can either develop them yourself or mail me at me@timothy-roth.de and I will consider it.