From ee5ef663da5692e189ae8c347b1ab6c05e5a246e Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Fri, 13 Oct 2023 10:27:50 +1000 Subject: [PATCH] wip --- config/pulse.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/pulse.php b/config/pulse.php index 1ff0fdd2c..762ac5ea1 100644 --- a/config/pulse.php +++ b/config/pulse.php @@ -135,7 +135,9 @@ ], ], - Recorders\Exceptions::class => [], + Recorders\Exceptions::class => [ + // + ], Recorders\Jobs::class => [ 'threshold' => env('PULSE_SLOW_JOB_THRESHOLD', 1000), @@ -144,8 +146,8 @@ Recorders\OutgoingRequests::class => [ 'threshold' => env('PULSE_SLOW_OUTGOING_REQUEST_THRESHOLD', 1000), 'groups' => [ - // '/^https://api.github.com/repos/.*$' => 'api.github.com/repos/*', - // '/^https?:\/\/([^\/]*).*$/' => '\1', + // '#^https://api.github.com/repos/.*$#' => 'api.github.com/repos/*', + // '#^https?://([^/]*).*$#' => '\1', '/(.*)/' => '\1', ], ],