bugsnag / bugsnag-wordpress

BugSnag error monitoring for WordPress sites
http://wordpress.org/plugins/bugsnag/
GNU General Public License v2.0
20 stars 15 forks source link

Enable Display_errors? #31

Closed Luc45 closed 6 years ago

Luc45 commented 6 years ago

Expected behavior

I would like to enable display_errors

Observed behavior

dispaly_errors is turned off by Bugnsag plugin

Steps to reproduce

None

Version

1.3.0

Additional information

I had to go deep to understand where the display_error was being turned off. I used ini_get('display_errors') on wp-settings.php where it loads the plugins and found out that Bugsnag disables it. I couldn't find in the plugin where to turn it on.

Luc45 commented 6 years ago

Sorry, it was Query Monitor that was disabling the display_error. Closing issue.

simplenotezy commented 5 years ago

@Luc45 - can you elaborate a bit? I have same difficulities here #41

Luc45 commented 5 years ago

@simplenotezy Sorry, this was too long ago and I don't remember what I did