I’m working on a Laravel backend that serves as an API for my React Native Expo app. I want to use Laravel Pulse to monitor all incoming API requests, track slow queries, and list users who are using the API.
I’m not sure how to configure Laravel Pulse to monitor these incoming API requests. Can anyone guide me on how to set this up?
Thanks in advance!