Skip to content

Conversation

@MishukAdhikari
Copy link
Contributor

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.

    Telescope::filter(function (IncomingEntry $entry) {
        if ($this->app->environment('local')) {
            return true;
        }

        return $entry->isReportableException() ||
            $entry->isFailedJob() ||
            $entry->isScheduledTask() ||
            $entry->isSlowQuery() ||
            $entry->hasMonitoredTag();
    });

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
@MishukAdhikari
Copy link
Contributor Author

https://github.com/laravel/telescope/releases/tag/v4.6.7

This has been released already.

Thanks to Laravel Team.

@taylorotwell taylorotwell merged commit a324785 into laravel:8.x Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants