I added a nice fix to the Laravel Telescope package that was causing myself a bit of confusion and probably others. Basically, when giving a 403 response, but using the deny method the logs would record that it passed but it had actually failed.
https://github.com/laravel/telescope/pull/1010
https://github.com/laravel/telescope/pull/1010