This commit is contained in:
2024-01-26 00:43:29 +05:00
parent 7eec5cce74
commit 6248c6fbe2
4 changed files with 87 additions and 4 deletions

View File

@@ -226,6 +226,12 @@ return [
\Geow\DiskMetrics\Recorders\DiskRecorder::class => [
'enabled' => env('GEOW_DISK_METRICS', true),
]
],
\Morrislaptop\LaravelPulse4xx\FourXxRecorder::class => [
'enabled' => env('PULSE_4XX_ENABLED', true),
'sample_rate' => env('PULSE_4XX_SAMPLE_RATE', 1),
'ignore' => [],
],
],
];