vincekruger / wordpress-sentry
A WordPress plugin to handle reporting php error to the Sentry error reporting system
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 22
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2018-11-29 23:57:27 UTC
README
Wordpress Sentry
*Requires at least: 3.6 *Tested up to: 4.8.2 GitHub Plugin URI: https://github.com/vincekruger/wordpress-sentry
Description
A plugin that sends error messages to the Sentry error logging system.
Installation
- Upload the plugin's contents to the
/wp-content/plugins/
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- In Settings > Sentry, add your Sentry DSN and set the error reporting threshold level.
Bug reports and support
To report bugs and get help, see the github repository.
Changelog
1.3
- Updated to latest sentry-php library
1.2
- Adding the ability to access the Raven client directly to send custom error messages to sentry. Merge PR from @wk8.
1.1
- Upgrade raven php client to v0.15.0
1.0
- Bumb version to 1.0 because the WordPress plugins page keeps showing Version 1 as the current version for some reason
0.5
- Bump version to correct errant stable version number
0.4
- Bump version to sync with wordpress.org plugins page
0.3
- Now registering php error handlers with Raven client to improve error reporting.
0.2
- Updated Raven PHP Client
0.1
- Added first release.
Contributors
- vincekruger (https://github.com/vincekruger)
- arjunadeltoso (https://github.com/arjunadeltoso)
- ryanbagwell (https://github.com/ryanbagwell)