laravel-livewirelaravel-telescope

How do I configure laravel telescope to show livewire queries and requests


Laravel telescope does not sure livewire requests or queries made by livewire components. How can I configure laravel telescope to show livewire database queries and requests.


Solution

  • You can simply remove livewire* from the ignore_paths which will start capturing the requests along with the queries.