Closed Luc45 closed 6 years ago
Sorry, it was Query Monitor that was disabling the display_error. Closing issue.
@Luc45 - can you elaborate a bit? I have same difficulities here #41
@simplenotezy Sorry, this was too long ago and I don't remember what I did
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.