Skip to content

Commit 723baf3

Browse files
committed
feature: 排除目录增加忽略 mongodb 的
1 parent 2825ba7 commit 723baf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataCollector/LaravelQueryCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ function getWidgets()
8787
protected function setConfig()
8888
{
8989
$this->mergeBacktraceExcludePaths([
90-
'/webman-debugbar/',
9190
'/vendor/webman-tech/debugbar',
9291
'/vendor/illuminate/support',
9392
'/vendor/illuminate/database',
9493
'/vendor/illuminate/events',
94+
'/vendor/jenssegers/mongodb', // jenssegers/mongodb
9595
]);
9696

9797
$this->setDataFormatter(new QueryFormatter());

0 commit comments

Comments
 (0)