Mô tả
Enables JavaScript and PHP Error logging for Rollbar. This plugin
provides simple configuration options via the WordPress dashboard for quick and easy setup.
Cài đặt
- Upload
rollbar-logging
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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.
Hỏi đáp
- 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 withRollbar.configure
at runtime as described in the
Rollbar documentation.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Rollbar Logging” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Rollbar Logging” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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