spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

Better HTTP Client logging #201

Closed lukeraymonddowning closed 3 years ago

lukeraymonddowning commented 3 years ago

Hello there!

Me again. Last week I put a PR in to Laravel to make handlerStats more reliable. This allows us to include native request timings and extra data like connection time and request size.

We can now remove our custom timing logic and instead get a more accurate depiction of how long the actual request took.

If a request is being mocked, we now also inform the user of that fact.

freekmurze commented 3 years ago

Very nice! Thank you!