bugsnag-wordpress icon indicating copy to clipboard operation
bugsnag-wordpress copied to clipboard

BugSnag error monitoring for WordPress sites

Results 6 bugsnag-wordpress issues
Sort by recently updated
recently updated
newest added

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...

feature request
backlog

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?...

feature request
backlog

It would be really useful to report plugin/themes versions out of the box, maybe this can be included in the `runtimeVersions` section?

feature request
backlog

### 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' );...

bug
backlog

For those sites that use CloudFlare it would be great to track their proxy info: `$_SERVER['HTTP_CF_IPCOUNTRY']` and `$_SERVER['HTTP_CF_RAY']`

feature request
backlog

Updates support docs with latest content and adds `SECURITY.md`.