Home Plugins error monitor and notifier
Error Monitor & Notifier logo

Error Monitor & Notifier

by Mikhail Alferov on WordPress.org

Receive notifications with details when PHP errors occur on your WordPress site.

(0)
Admin configuration settings

Admin configuration settings

Error notifications help to immediately identify the causes of failures and quickly fix bugs so that the site runs smoothly and the business does not lose customers due to hidden errors.

If you are a developer, install the plugin to find out about specific errors or all errors in the PHP code, even if the error occurred in an unexpected place that could not be foreseen in advance.

The plugin allows you to configure the types of errors that you want to receive notifications about. Uncaught exceptions won’t break your site — they’re logged and made available for centralized custom handling via the enot_exception_handler_should_exit filter. Only real fatal errors stop the script, but you’ll still get full error details.

The notification will contain the type of error, the file name, and the line number where the error occurred or an uncaught exception was thrown, as well as a callback stack trace.

If you are the site owner, after installing the plugin, specify the email address of the developer who maintains the site in the plugin settings so that the plugin can start detecting and sending messages to the developer about serious errors that cause the business to lose orders or customers.

A notification with detailed information about the causes of the error will indicate to the programmer which plugin or theme caused the failure (which often goes unnoticed for a long time with automatic updates of plugins or themes), and the developer will fix the error before the failure is reported to customers.

It also helps to find out about critical errors even without access to the server logs or WordPress dashboard.

Note: The errors named *_NOTICE or *_WARNING are not too severe, but with others, the site breaks down and the user gets a negative experience.

Features

  • Customizable PHP error levels
  • Catch unhandled exceptions from try-catch blocks
  • Log stack traces, errors from @ operator, and JavaScript errors (Premium only)
  • Display user-friendly messages for critical PHP errors
  • Configurable email address for notifications
  • Multilingual support: RU, EN
  • Free updates to new versions (Premium only)
  • Error notifications via email
  • Error notifications via Telegram (Premium only)
  • JavaScript error alerts (Premium only)
  • Database error alerts (Premium only)
Active installations0+
Weekly downloads
11-38.89%
Version1.0.4
Last updated6/2/2025
WordPress version5.8
Tested up to6.8.1
PHP version7.4.0
Tags
debuggingerrormonitoringNotificationsreporting