inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

Log SSR errors in Laravel

Open alexryall opened this issue 3 years ago • 0 comments
trafficstars

Currently the only place SSR errors are logged is in the output of the Node process which is not particularly useful for production systems. Several times we have managed to make code changes live and accidentally break the SSR without knowing.

This change will accompany another PR on intertia so that SSR errors are included in the Node server response and logged in Laravel via whichever adapters have been setup in Laravel.

The isset is required to make the change backwards compatible with the node server when it doesn't respond with a body.

This is an example of an SSR error logged using the https://github.com/TheoKouzelis/laravel-airbrake adapter image

alexryall avatar Jun 29 '22 10:06 alexryall