F
Filament5mo ago
Adel

Http clients inside requests not detected by Telescope

If HttpClient request is sent through web.php it is being logged
Solution:
it was telescope by default ignoring livewire routes I had to remove it form telescope.php
Jump to solution
3 Replies
toeknee
toeknee5mo ago
cool
Dennis Koch
Dennis Koch5mo ago
Not really a Filament question, but did you set it up? https://laravel.com/docs/11.x/telescope#http-client-watcher
Laravel Telescope - Laravel 11.x - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Solution
Adel
Adel5mo ago
it was telescope by default ignoring livewire routes I had to remove it form telescope.php

Did you find this page helpful?