bilfeldt / laravel-request-logger

Log Laravel application request and response with a unique ID for easy debugging
MIT License
97 stars 10 forks source link

Fix: Call to a member function getName() on null #15

Closed woenel closed 2 years ago

woenel commented 2 years ago

This fix the Call to a member function getName() on null error when trying to access the supposedlyNotFoundHttpException route

Screen Shot 2021-11-15 at 6 08 24 PM

Steps to reproduce:

  1. tested in api.php route file.
  2. try the endpoint http://{endpoint}/api/supposedly-404-page
bilfeldt commented 2 years ago

@woenel now released in v1.0.1: https://github.com/bilfeldt/laravel-request-logger/releases/tag/v1.0.1

Thanks.