Skip to content

Commit

Permalink
[8.x] Document missing Telescope Batch Watcher and View Watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-malhotra committed Sep 30, 2020
1 parent 98b5402 commit e9a38bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions telescope.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Batches](#filtering-batches)
- [Tagging](#tagging)
- [Available Watchers](#available-watchers)
- [Batch Watcher](#batch-watcher)
- [Cache Watcher](#cache-watcher)
- [Command Watcher](#command-watcher)
- [Dump Watcher](#dump-watcher)
Expand All @@ -27,6 +28,7 @@
- [Redis Watcher](#redis-watcher)
- [Request Watcher](#request-watcher)
- [Schedule Watcher](#schedule-watcher)
- [View Watcher](#view-watcher)
- [Displaying User Avatars](#displaying-user-avatars)

<a name="introduction"></a>
Expand Down Expand Up @@ -254,6 +256,11 @@ Some watchers also allow you to provide additional customization options:
...
],

<a name="batch-watcher"></a>
### Batch Watcher

The batch watcher records the batch data, queue and connection when a batch of jobs is dispatched.

<a name="cache-watcher"></a>
### Cache Watcher

Expand Down Expand Up @@ -369,6 +376,11 @@ The request watcher records the request, headers, session, and response data ass

The schedule watcher records the command and output of any scheduled tasks run by your application.

<a name="view-watcher"></a>
### View Watcher

The view watcher records the view, path, view data and view composers when rendering any kind of view, including partials, layouts or full views.

<a name="displaying-user-avatars"></a>
## Displaying User Avatars

Expand Down

0 comments on commit e9a38bd

Please sign in to comment.