diff --git a/telescope.md b/telescope.md index e471cd4939a..e28a77b5a39 100644 --- a/telescope.md +++ b/telescope.md @@ -183,6 +183,7 @@ You may filter the data that is recorded by Telescope via the `filter` closure t return $entry->isReportableException() || $entry->isFailedJob() || $entry->isScheduledTask() || + $entry->isSlowQuery() || $entry->hasMonitoredTag(); }); }