write docs for telescope tags feature (#245)

This commit is contained in:
Rolf van de Krol 2023-04-09 20:38:13 +02:00 committed by GitHub
parent 46a2352885
commit a1d8fc9579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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