Improved PHP Error mesages
M
Murk
I'm a new user and very excited about the product. However I would love to see some improvements to the PHP Error log for it to be really useful:
- URL or request
- Error stacktrace
- Ignoring/resolving errors
If you now receive an error, it is very hard fix it without knowing how to replicate it. If we would know on what page or with what request the error was triggered, we would know where to start to replicate it.
It would also be very beneficial to get a stack trace of the error in stead of only the file where the error is triggered. Often the final file the error is triggered in is not enough context to fix the issue.
Because we work with WordPress there is a lot of code that get executed inside plugins we do not have any control over. The warning from plugins now flood the system and make it harder to find error we can actually do something with. I think a good solution would be an ignore / resolve system like Sentry uses. Ignore error you can't fix so they do not ring any alarm bells. And resolve issues you've fixed, and get alerted again if they come back.
I hope this helps!