Skip to content

Commit a324785

Browse files
Add $entry->isSlowQuery() in documentation. (#7437)
As this PR has been merged I think it's better to add the method in documentation so it will be easier for developers to find it. laravel/telescope#1146
1 parent 18c555a commit a324785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telescope.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ You may filter the data that is recorded by Telescope via the `filter` closure t
183183
return $entry->isReportableException() ||
184184
$entry->isFailedJob() ||
185185
$entry->isScheduledTask() ||
186+
$entry->isSlowQuery() ||
186187
$entry->hasMonitoredTag();
187188
});
188189
}

0 commit comments

Comments
 (0)