iftekhs's avatar
Level 13

Log all webhook requests

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 ?

0 likes
5 replies
Braunson's avatar

Couldn't you just manually log to DB from inside each webhook class?

iftekhs's avatar
Level 13

@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

Braunson's avatar

@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.

1 like
martinbean's avatar

@iftekhs Is this not something you can do with your web server, instead of in code? Apache has access logs. I’m sure nginx will have too.

1 like

Please or to participate in this conversation.