sproutwp / sprout_errors
A smarter way to work with errors and their logging in WordPress
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/sproutwp/sprout_errors
Requires
- sproutwp/sprout_interfaces: *@dev
This package is not auto-updated.
Last update: 2025-12-05 19:38:21 UTC
README
Error handler & logger for WordPress but with an actually smart way of doing things.
Think about it this way: do you want to hit the database every single time you need to log an error? No. Save it to memory (be able to retrieve it as well) as error-codes that you can then decode on the front-end, then, at the end of the request, save it.