Skip to content

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

To enable this feature, uncomment the TelescopeTags line in the features section of the tenancy config:

config/tenancy.php
'features' => [
// Stancl\Tenancy\Features\TelescopeTags::class,
],