https://github.com/bugsnag/bugsnag-wordpress
BugSnag error monitoring for WordPress sites
https://github.com/bugsnag/bugsnag-wordpress
bugs bugsnag capture-errors debug debugging-tool debugging-tools error-handling error-monitoring error-reporting notifier php platforms wordpress wordpress-site
Last synced: 10 months ago
JSON representation
BugSnag error monitoring for WordPress sites
- Host: GitHub
- URL: https://github.com/bugsnag/bugsnag-wordpress
- Owner: bugsnag
- License: gpl-2.0
- Created: 2013-12-18T21:23:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T11:23:49.000Z (10 months ago)
- Last Synced: 2025-03-31T06:09:18.394Z (10 months ago)
- Topics: bugs, bugsnag, capture-errors, debug, debugging-tool, debugging-tools, error-handling, error-monitoring, error-reporting, notifier, php, platforms, wordpress, wordpress-site
- Language: PHP
- Homepage: http://wordpress.org/plugins/bugsnag/
- Size: 92.8 KB
- Stars: 20
- Watchers: 32
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Support: .github/support.md
Awesome Lists containing this project
README
Bugsnag Notifier for WordPress
==============================
The Bugsnag Notifier for WordPress gives you instant notification of errors
in your WordPress sites.
[Bugsnag](https://www.bugsnag.com/) 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. Learn more about [error monitoring and error reporting](https://www.bugsnag.com/) with Bugsnag.
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](http://wordpress.org/plugins/bugsnag/).
How to Install
--------------
1. Download the latest [bugsnag.zip](https://github.com/bugsnag/bugsnag-wordpress/releases/latest).
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](https://bugsnag.com).
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](http://whatisthor.com/). You'll need both
`ruby` and the `thor` gem installed (`gem install thor`). Then you can
generate a new zip by running:
```shell
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:
Contributing
------------
- [Fork](https://help.github.com/articles/fork-a-repo) the [notifier on github](https://github.com/bugsnag/bugsnag-wordpress)
- Commit and push until you are happy with your contribution
- [Make a pull request](https://help.github.com/articles/using-pull-requests)
- Thanks!
License
-------
The Bugsnag WordPress notifier is free software released under the WordPress-friendly GPLv2 License.
See [LICENSE.txt](https://github.com/bugsnag/bugsnag-wordpress/blob/master/LICENSE.txt) for details.