From a1d8fc9579b56cc884e0bdd6b955def8888d5ae2 Mon Sep 17 00:00:00 2001 From: Rolf van de Krol Date: Sun, 9 Apr 2023 20:38:13 +0200 Subject: [PATCH] write docs for telescope tags feature (#245) --- source/docs/v3/features/telescope-tags.blade.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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