Skip to content

Commit

Permalink
Exclude higher order proxy by default (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
binotaliu committed Apr 5, 2021
1 parent a089537 commit 5b75044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataCollector/QueryCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class QueryCollector extends PDOCollector
protected $showCopyButton = false;
protected $reflection = [];
protected $backtraceExcludePaths = [
'/vendor/laravel/framework/src/Illuminate/Support/HigherOrderTapProxy',
'/vendor/laravel/framework/src/Illuminate/Database',
'/vendor/laravel/framework/src/Illuminate/Events',
'/vendor/barryvdh/laravel-debugbar',
Expand Down

0 comments on commit 5b75044

Please sign in to comment.