Linux 软件免费装
Banner图

Honeybadger Application Monitoring

开发者 pangratioscosma
更新时间 2025年8月8日 20:05
PHP版本: 7.3 及以上
WordPress版本: 6.8
版权: GPL v2 or later
版权网址: 版权信息

标签

bug reporting error reporting error monitoring honeybadger exception reporting

下载

0.1.0 0.1.1

详情介绍:

Honeybadger Application Monitoring for WordPress provides comprehensive error monitoring and reporting for both PHP and JavaScript. This plugin helps you track and resolve errors and exceptions in your WordPress site, ensuring a smooth and reliable user experience. With Honeybadger, you can easily identify and fix issues, improving the overall quality and performance of your website.

安装:

  1. Install the plugin from the WordPress Plugin Directory, or upload the plugin files to the /wp-content/plugins/honeybadger-application-monitoring directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Settings->Honeybadger screen to configure the plugin.
  4. Ensure you have a Honeybadger account and obtain your API key(s). It is recommended that you have 2 separate projects, one for PHP and another for JavaScript error monitoring.
  5. Enter your Honeybadger API key(s) in the plugin settings to start monitoring errors. Ensure that "PHP error reporting enabled" option is checked to enable automatic error reporting for the PHP code. Same goes for the "JS error reporting enabled" option.
  6. Optionally, you can check the "Send test notification" options to test the integration upon clicking save. Note: You should uncheck these options (make sure to click Save) after you've verified that error reporting works.

屏幕截图:

  • **PHP Error Reporting** - Example of a PHP exception reported to Honeybadger.
  • **JS Error Reporting** - Example of a JavaScript exception reported to Honeybadger.

常见问题:

I have installed the plugin but I can't see any notifications being reported.

Ensure that you have entered your Honeybadger API key(s) correctly in the plugin settings. Also, make sure that the "PHP error reporting enabled" and "JS error reporting enabled" options are checked. If you are still not seeing notifications, check your Honeybadger account to ensure that the API keys are valid and that there are no issues with your Honeybadger projects.

What is the "Version" option?

The "Version" option allows you to specify the version of your application that is being monitored. This can be useful for tracking errors across different versions of your application.

Are there any other configuration options for Honeybadger?

Yes, you can configure additional options such as the endpoint, environment name, excluded exceptions and more. Currently these options need to be set manually in src/honeybadger-application-monitoring.php. In future versions, more of these options will be configurable through the Honeybadger Settings page in WordPress.