Skip to content

Commit f7e4f32

Browse files
committed
Default collect request header
1 parent f9ec0cb commit f7e4f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/exception-notify.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@
8383
\Guanguans\LaravelExceptionNotify\Collectors\ExceptionBasicCollector::class,
8484
\Guanguans\LaravelExceptionNotify\Collectors\ExceptionTraceCollector::class,
8585
\Guanguans\LaravelExceptionNotify\Collectors\RequestBasicCollector::class,
86-
// \Guanguans\LaravelExceptionNotify\Collectors\RequestMiddlewareCollector::class,
87-
// \Guanguans\LaravelExceptionNotify\Collectors\RequestHeaderCollector::class,
86+
\Guanguans\LaravelExceptionNotify\Collectors\RequestHeaderCollector::class,
8887
\Guanguans\LaravelExceptionNotify\Collectors\RequestQueryCollector::class,
8988
\Guanguans\LaravelExceptionNotify\Collectors\RequestPostCollector::class,
9089
\Guanguans\LaravelExceptionNotify\Collectors\RequestFileCollector::class,
90+
// \Guanguans\LaravelExceptionNotify\Collectors\RequestMiddlewareCollector::class,
9191
// \Guanguans\LaravelExceptionNotify\Collectors\RequestServerCollector::class,
9292
// \Guanguans\LaravelExceptionNotify\Collectors\RequestCookieCollector::class,
9393
// \Guanguans\LaravelExceptionNotify\Collectors\RequestSessionCollector::class,

0 commit comments

Comments
 (0)