shetabit / visitor

a laravel package to work with visitors and retrieve their informations
MIT License
527 stars 68 forks source link

Log Responses #40

Closed bazl0 closed 2 years ago

bazl0 commented 2 years ago

Hi,

I'm new to Laravel and have successfully implemented your visitor logging to my project, so firstly thank you!

Secondly, I think it would be beneficial to add response to the logs to store any errors that might occur with users using forms etc.

Unless you have another suggestion to do this without editing vendor files?

Thanks!

khanzadimahdi commented 2 years ago

Hi, always adding a response to the logs makes it heavy. we can implement some methods to add response conditionally.

bazl0 commented 2 years ago

Ahhh yes, of course, perfect!