Skip to content

Commit

Permalink
Add $entry->isSlowQuery() in documentation.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MishukAdhikari authored Nov 17, 2021
1 parent eb2f7fa commit 5aeca56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telescope.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
}
Expand Down

0 comments on commit 5aeca56

Please sign in to comment.