write docs for telescope tags feature

This commit is contained in:
Rolf van de Krol 2023-04-09 20:03:10 +02:00
parent 46a2352885
commit 0f276feb54

View file

@ -6,4 +6,12 @@ section: content
# Telescope tags {#telescope-tags}
TODO
[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,
```