diff --git a/source/docs/v3/features/telescope-tags.blade.md b/source/docs/v3/features/telescope-tags.blade.md index a33e51c..ce57b1d 100644 --- a/source/docs/v3/features/telescope-tags.blade.md +++ b/source/docs/v3/features/telescope-tags.blade.md @@ -6,4 +6,12 @@ section: content # Telescope tags {#telescope-tags} -TODO \ No newline at end of file +[Laravel Telescope](https://github.com/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** {#enabling-the-feature} + +Uncomment the following line in your `tenancy.features` config: + +```php +// Stancl\Tenancy\Features\TelescopeTags::class, +``` \ No newline at end of file