Linux 软件免费装
Banner图

Rollbar

开发者 arturmoczulski
jorbin
更新时间 2023年9月14日 06:37
PHP版本: 4.4.0 及以上
WordPress版本: 6.3.1
版权: GPLv2 or later
版权网址: 版权信息

标签

debug tracking error reporting error reporting error tracking rollbar full stack

下载

1.0.0 2.1.2 2.4.9 1.0.1 2.4.0 2.4.6 2.5.0 2.6.0 2.6.1 2.4.1 2.4.10 2.4.2 2.4.3 2.4.4 2.4.5 2.4.7 2.4.8 2.5.1 2.6.2 2.6.3 2.7.0 2.7.1 1.0.2 1.0.3 1.0.4 2.0.0 2.0.1 2.1.0 2.1.1 2.2.0 2.3.0 2.3.1

详情介绍:

Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them. This plugin integrates Rollbar into your WordPress installation. Find out how Rollbar can help you decrease development and maintenance costs. See real companies improving their development workflow thanks to Rollbar. 产品特点
Please note In order to use this plugin, a Rollbar account is required.
技术支持 You like it? You can at least support the plugin development and rate it up! 免责申明 This plugin is a community-driven contribution. All rights reserved to Rollbar.

安装:

The installation and configuration of the plugin are as simple as it can be. Through WordPress Plugin directory The easiest way to install the plugin is from the WordPress Plugin directory. If you have an existing WordPress installation and you want to add Rollbar:
  1. In your WordPress administration panel go to PluginsAdd New.
  2. Search for "Rollbar" and find Rollbar by Rollbar in the search results.
  3. Click Install Now next to the Rollbar plugin.
  4. In PluginsInstalled plugins find Rollbar and click activate underneath.
  5. Log into your Rollbar account dashboard.
  6. Go to SettingsProject Access Tokens.
  7. Copy the token value under post_client_item and post_server_item.
  8. Navigate to ToolsRollbar.
  9. Enable PHP error logging and/or Javascript error logging depending on your needs.
  10. Paste the tokens you copied in step 7 in Access Token section.
  11. Provide the name of your environment in Environment. By default, the environment will be taken from WP_ENV environment variable if it's set otherwise it's blank. We recommend to fill this out either with development or production.
  12. Pick a minimum logging level. Only errors at that or higher level will be reported. For reference: PHP Manual: Predefined Error Constants.
  13. Click Save Changes.
Warning: This installation method might not be suitable for complex WordPress projects. The plugin installed this way will be self-contained and include all of the required dependencies for itself and rollbar/rollbar-php library. In complex projects, this might lead to version conflicts between dependencies and other plugins/packages. If this is an issue in your project, we recommend the "Advanced" installation method. For more information why this might be important for you, read Using Composer with WordPress. Through wpackagist (if you manage your project with Composer) recommended This is a recommended way to install Rollbar plugin for advanced projects. This way ensures the plugin and all of its' dependencies are managed by Composer.
  1. If your WordPress project is not managed with Composer yet, we suggest looking into upgrading your WordPress: Using Composer with WordPress.
  2. In your composer.json add wpackagist-plugin/rollbar to your require section, i.e.:
"require": { "php": ">=5.5", ..., "wpackagist-plugin/rollbar": "*" } 3. Issue command composer install in the root directory of your WordPress project. 4. In PluginsInstalled plugins find Rollbar and click Activate underneath. 5. Log into your Rollbar account dashboard. 6. Go to SettingsProject Access Tokens. 7. Copy the token value under post_client_item and post_server_item. 8. Navigate to ToolsRollbar. 9. Enable PHP error logging and/or Javascript error logging depending on your needs. 10. Paste the tokens you copied in step 7 in Access Token section. 11. Provide the name of your environment in Environment. By default, the environment will be taken from WP_ENV environment variable if it's set otherwise it's blank. 12. Pick a minimum logging level. Only errors at that or higher level will be reported. For reference: PHP Manual: Predefined Error Constants. 13. Click Save Changes.

升级注意事项:

= Version 2.7.1 (September 13 2023) Fix issue that could lead to fatal error with some settings = Version 2.7.0 (September 11 2023) Add compatability for modern PHP versions Version 2.6.4 (June 13th 2022) Updated admin test results to show a skipped test as a success. Fixed new session being created on every request. Added search for WP_ENV as a constant or the environment. Added a link to settings from the plugins page. Version 2.6.3 (April 18th 2022)
  • Update the tested WP versions
Version 2.6.2 (March 4th 2020) Version 2.6.1 (December 27th 2019) Version 2.5.1 (February 20th 2019) Version 2.5.0 (February 19th 2019) Version 2.4.10 (February 5th 2019) Version 2.4.9 (January 24th 2019) Version 2.4.8 (January 17th 2019)
  • Update rollbar-php to v1.7.4
Version 2.4.7 (August 14th 2018)
  • Update rollbar-php to v1.6.2
Version 2.4.6 (August 13th 2018) Version 2.4.5 (August 7th 2018)
  • Update rollbar-php to v1.6.1
  • Remove mentions of IRC channel from README.md and readme.txt
Version 2.4.4 (June 18th 2018)
  • Update rollbar-php to v1.5.3
Version 2.4.3 (June 11th 2018)
  • Update rollbar-php to v1.5.2
  • Use rollbar-php:v1.5.2 new defaults methods to handle restoring default settings.
Version 2.4.2 (25th May 2018) Version 2.4.1 (19th May 2018)
  • Updated rollbar-php dependency to v1.5.1
Version 2.4.0 (5th April 2018)
  • Added capture_ip, capture_email and capture_username to the config options.
  • Fixed populating config options from the database to the plugin for boolean values.
  • Updated rollbar-php dependency to v1.5.0
Version 2.3.1 (10th April 2018) Version 2.3.0 (5th April 2018)
  • Added rollbar_plugin_settings filter
  • Added majority of Rollbar PHP config options to the User Interface.
  • Moved the settings from Tools -> Rollbar to Settings -> Rollbar
Version 2.2.0 (4th December 2017)
  • Fixed the logging level to correctly inlude errors from specified level and up.
  • Changed the default logging level setting.
  • Added instructions on tagging the repo to the README.md file.
  • Added tests for logging level.
  • Set up a PHPUnit test suite.
  • Add rollbar_js_config filter for JS config data customization.
  • Updated dependencies.
Version 2.1.2 (11th October 2017)
  • Use the default rest route instead of permalink /wp-json
  • Dynamically build the Rollbar JS snippet URL
Version 2.1.1 (11th October 2017)
  • Fixed location of the Rollbar JS snippet
Version 2.1.0 (11th October 2017)
  • Added "Send test message to Rollbar" button
  • Fixed the plugin's name inconsistency between Wordpress plugin directory and composer.
Version 2.0.1 (6th October 2017) Version 2.0.0 (9th September 2017)
  • Added support for the WP_ENV environment variable
  • Organized the code into namespaces
  • Moved helper functions into static methods
  • Updated Rollbar PHP library
  • Included dependencies to make the plugin self-contained when installing through WP plugin directory
  • Rewrote readme files
  • Made the package composer friendly with composer.json
Version 1.0.3 (12th August 2016)
  • Updated rollbar php lib to latest v0.18.2
  • Added .pot translation file
  • Removed WP.org assets from plugin folder
Version 1.0.2 (28th March 2016)
  • Updated rollbar js lib
  • Added escaping for setting values
Version 1.0.0 (4th November 2015)
  • Initial release!

常见问题:

Multisite supported?

Yes of course. Additionally, you can assign different environments to each of your blogs.

I have a complex WordPress project and use composer for managing dependencies. Is your plugin composer friendly?

Yes. It's actually the recommended method of installation.

更新日志:

= Version 2.7.1 (September 13 2023) Version 2.6.4 (June 13th 2022) Version 2.6.3 (April 18th 2022) Version 2.6.2 (March 4th 2020) Version 2.6.1 (December 27th 2019) Version 2.5.1 (February 20th 2019) Version 2.5.0 (February 19th 2019) Version 2.4.10 (February 5th 2019) Version 2.4.9 (January 24th 2019) Version 2.4.8 (January 17th 2019) Version 2.4.7 (August 14th 2018) Version 2.4.6 (August 13th 2018) Version 2.4.5 (August 7th 2018) Version 2.4.4 (June 18th 2018) Version 2.4.3 (June 11th 2018) Version 2.4.2 (25th May 2018) Version 2.4.1 (19th May 2018) Version 2.4.0 (17th May 2018) Version 2.3.1 (10th April 2018) Version 2.3.0 (5th April 2018) Version 2.2.0 (4th December 2017) Version 2.1.2 (11th October 2017) Version 2.1.1 (11th October 2017) Version 2.1.0 (11th October 2017) Version 2.0.1 (6th October 2017) Version 2.0.0 (9th September 2017) Version 1.0.3 (12th August 2016) Version 1.0.2 (28th March 2016) Version 1.0.0 (4th November 2015)