Telescope tags
Laravel Telescope provides insight into the requests coming into your application. You can filter those requests by tag. You can automatically tag all requests by the active tenant by enabling the Telescope tag feature.
Enabling the feature
Uncomment the following line in your tenancy.features
config:
// Stancl\Tenancy\Features\TelescopeTags::class,