Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There was actually once a plugin for laravel 4 that logged previous url + action and resulting error, but I can't find it right now and not sure if it had been updated for 5.6, would be handy to have for sure
-
Dev-Zero336yI recommend using Sentry for this kind of error logging. No need for the user to inform you and the errorrs/exceptions are put into an overview. Also, the errors contain a lot of info, from the error level to the file path. It also shows the headers(including referer) and cookies.
-
@Dev-Zero Sentry is beautiful, I've tried convincing my manager it's worth paying for...
-
neodite7096yBugsnag is also pretty damn good.
Also column is not found in the table is the error, should be pretty damn easy to find? -
SELECT count(*) as aggregate from offers where ? <operator> created_at and offers.deleted_at is null
Something wrong with offers where clause. -
Obviously didn't distort and shrink the image as much as I thought 😂
This is not the actual error, this was to illustrate, thanks though people.
Related Rants
Testers be like: "Error when using system (see screenshot)"
Nice one, super descriptive with where and what you did to encounter the error, oh and cheers for the finger nail sized screenshot!
rant
screenshots
testing
rage
debug