Ray as error handler for Wordpress #133
jurecuhalev
started this conversation in
Ideas
Replies: 1 comment
-
I'm not WordPress developer, so I don't know a good way to achieve this. I'd accept a PR that improves on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get ray to be a top level error handler for Wordpress? Doing:
set_error_handler("ray")
infunctions.php
works great, but it doesn't capture errors that appear in bootstrap wordpress itself. I'm using WP Plugin, so it would be welcome to figure out if ray can be bootstrapped before Wordpress itself.Beta Was this translation helpful? Give feedback.
All reactions