You can simply remove livewire*
from the ignore_paths
which will start capturing the requests along with the queries.
Edit config/telescope.php
:
'ignore_paths' => [
// 'livewire*', 👈 remove or comment this out like this
'nova-api*',
'pulse*',
],
Then run:
php artisan config:clear