WordPress Error Monitoring by Bugsnag

설명

Bugsnag is a WordPress plugin that automatically detects errors & crashes on your WordPress site, and notifies you by email, chat or ticket system.

All websites crash from time to time, including WordPress sites! The WordPress Error Monitoring plugin by Bugsnag automatically detects crashes, exceptions and other errors in your WordPress PHP code as well as any errors in plugins you are using.

Errors are sent to your Bugsnag Dashboard for you to view and debug, and we’ll also notify you by email, chat, sms or create a ticket in your issue tracking system if you use one. We’ll also show you exactly how many times each error occurred, and how many users were impacted by each crash.

스크린샷

  • Bugsnag dashboard list of errors
  • Bugsnag dashboard error details

설치

Bugsnag is available through the WordPress Plugins Directory, so you can download and install automatically from the Plugins menu on your WordPress admin page.

To manually install Bugsnag:

  1. Unzip bugsnag-wordpress.zip
  2. Upload the bugsnag directory from the zip file to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Click the ‘configure’ link next to the Bugsnag plugin, and follow the instructions

후기

2023년 1월 31일
Been using it now for several years and it helped me often quickly finding (hidden) issues across a multitude of pages and functionality.
2022년 5월 20일
This plugin used to be one of the best tools out there, however, it seems like is not being maintained anymore. There is no support for the recent releases of PHP (8.0, 8.1). Recent support requests are not being handled anymore as well.
2017년 10월 15일
The plugin is easy to set up; all errors can be monitored via the Bugsnag dashboard. You can also set different log levels and differ between the environments (dev/production) of your website. Bonus: There are lots of cool integrations like Slack (Push Notifications), GitHub (New Issues) and much more!
2016년 9월 3일
I have installed the plugin on about 40 sites today so far, and it installed successfully on all of them and has logged errors on many of them already. The integration has been seamless. The one aspect which has not been quite seamless is that, after installing the plugin, trying to enable it from the confirmation screen often gives me a 500 error in Pantheon (our hosting provider). I then have to go to the main Plugins page and enable it there, where it works 100% of the time.
모든 9 평가 읽기

기여자 & 개발자

“WordPress Error Monitoring by Bugsnag”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WordPress Error Monitoring by Bugsnag”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.6.3

  • Fix PHP 8.2 deprecation notice

1.6.2

  • Fix broken url in notifier configuration & add docs link to test notification.
  • Bump “tested up to” WordPress version

1.6.1

  • Bump “tested up to” WordPress version

1.6.0

  • Add support for setting the release stage using the new “wp_get_environment_type” function
  • Update bugsnag-php to v2.10.1

1.5.0

  • Clarify the “Test Bugsnag” form action
  • Improve error message when methods are called with no api key set
  • Add a constant to control setting error handlers

1.4.0

  • Add WordPress version string to report payloads (device.runtimeVersions)
  • Added ability to define API key as constant
  • Removed form action to prevent deprecation warnings
  • Fixed broken links on settings page bugsnag.com
  • Made bugsnagWordpress global to make available for CLI scripts

1.3.1

  • Remove deprecated screen_icon function from settings page

1.3.0

  • Fix version constraints
  • General fixes for WP 4.5 compatibility

1.2.1

  • Add support for WordPress Multisite installations.

1.2.0

  • Update bugsnag-php to allow cURL or fopen.

1.1.2

  • Allow configuration of filter fields.
  • Add a ‘Test Bugsnag’ button to the settings page.

1.1.1

  • Identify as wordpress notifier instead of PHP.
  • Allow configuration of error reporting levels.

1.0.1

  • Fix bug where bugsnag-php library wasn’t being included in zip file

1.0.0

  • Initial release