bugsnag-wordpress
bugsnag-wordpress copied to clipboard
BugSnag error monitoring for WordPress sites
Would love to see this plugin also inject the JS error handling, with a separate bugsnag API key for the JS bugsnag project (would of course require setup of two...
Bassed on https://github.com/bugsnag/bugsnag-wordpress/blob/master/composer.json#L5 the wordpress plugin still uses V2.* of bugsnag-php. As v3 was already released in 2016 could you upgrade the dependency for this plugin also to v3 please?...
It would be really useful to report plugin/themes versions out of the box, maybe this can be included in the `runtimeVersions` section?
### Expected behavior When error reporting is set to **Warning**, then Bugsnag shouldn’t report [silenced PHP errors](http://php.net/manual/en/language.operators.errorcontrol.php). For example, the following code **shouldn’t report** a warning: ```php @unlink( '/path/to/inexistent/file.jpg' );...
For those sites that use CloudFlare it would be great to track their proxy info: `$_SERVER['HTTP_CF_IPCOUNTRY']` and `$_SERVER['HTTP_CF_RAY']`
Updates support docs with latest content and adds `SECURITY.md`.