I noticed that laravel 8 ignores http errors but how can I report when a 404 or 429 error occurs?
class Handler extends ExceptionHandler { protected