该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Rollbar Logging

描述

Enables JavaScript and PHP Error logging for Rollbar. This plugin
provides simple configuration options via the WordPress dashboard for quick and easy setup.

屏幕截图

  • Options page.

安装

  1. Upload rollbar-logging directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add your Rollbar configuration options for PHP and JavaScript logging to the ‘Rollbar Logging’
    setup page which appears under the ‘Setup’ menu in the WordPress dashboard.

常见问题

I only want to log PHP errors. Is there a way to turn off JavaScript logging?

Yes, leave the client access token blank in the WordPress admin dashboard.

I only want to log JavaScript errors. Is there a way to turn off PHP logging?

Yes, leave the server access token blank in the WordPress admin dashboard.

Is there a way to add more advanced configuration options for JavaScript?

The plugin provides basic configuration for the Rollbar service, which will fit most use
cases. If greater control of what gets sent to Rollbar is needed, the best way to do it
is to place a separate JavaScript file in your theme that set the additional
configurations with Rollbar.configure at runtime as described in the
Rollbar documentation.

评价

此插件暂无评价。

贡献者及开发者

“Rollbar Logging” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Rollbar Logging”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.2

  • Update Rollbar PHP and JS to most current version
  • Fix PHP warning for settings page

1.1.1

  • Version bumping plugin, js, and css

1.1.0

  • Added option to pause all logging
  • New interface for configuration
  • Adding new option to ignore specific JavaScript errors on the front end.

1.0.0

  • Initial Release