Skip to content

ratnayake/bugsnag-wordpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugsnag Notifier for WordPress

The Bugsnag Notifier for WordPress gives you instant notification of errors in your WordPress sites.

Bugsnag captures errors in real-time from your web, mobile and desktop applications, helping you to understand and resolve them as fast as possible. Create a free account to start capturing errors from your applications.

The Bugsnag Notifier for WordPress supports WordPress 2.0+, PHP 5.2+ and requires the cURL extension to be available in PHP.

You can always read about the plugin or download it from the WordPress Plugin Directory.

How to Install

Automatic Installation (Recommended)

  1. Open the Add New page inside the Plugins section of your WordPress admin dashboard.

  2. Search for bugsnag and click Install Now.

  3. Click Activate Plugin to activate the plugin.

  4. Click Configure and enter your Bugsnag API Key from your Bugsnag Dashboard.

Manual Installation

  1. Download the latest bugsnag.zip.

  2. Unzip bugsnag.zip.

  3. Upload the bugsnag folder using ftp or scp to the wp-content/plugins folder of your WordPress site.

  4. Click Activate on the Bugsnag plugin inside the Plugins section of your WordPress admin dashboard.

  5. Click Configure and enter your Bugsnag API Key from your Bugsnag Dashboard.

Building from Source

If you would like to build a new zip file of the plugin from source, you can run our build script using Thor. You'll need both ruby and the thor gem installed (gem install thor). Then you can generate a new zip by running:

thor wordpress:zip bugsnag-wordpress.zip

Reporting Bugs or Feature Requests

Please report any bugs or feature requests on the github issues page for this project here:

https://github.com/bugsnag/bugsnag-wordpress/issues

Contributing

License

The Bugsnag WordPress notifier is free software released under the WordPress-friendly GPLv2 License. See LICENSE.txt for details.

About

Bugsnag error monitoring for WordPress sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.5%
  • Ruby 20.5%