Hi, I'm looking for a service using which I can Log every webhook and every HTTP request that comes and goes in my application. I can use telescope and others yes but it needs to save the data in my database which I don't want, I want a separate service which I can use to Log literally anything that I want. So any suggestions ?
@Braunson I can do that but I'm looking for a more structure service that may show me the data in a very nice way and easy for me to check everything out. Telescope is great but I was wondering if there is something better for now I'm thinking of using sentry
@iftekhs Typically Sentry is an application monitoring software to track/report bugs/exceptions. Not sure why you just don't save to DB and then write a quick Livewire table to display the calls.