Rename the variable so there is no doubt what it does.

This commit is contained in:
James Cole
2025-11-04 05:50:06 +01:00
parent 5be32b1675
commit eda81ef7b5
3 changed files with 5 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ class Handler extends ExceptionHandler
#[Override]
public function register(): void
{
if (true === config('firefly.track_errors')) {
if (true === config('firefly.report_errors_online')) {
$this->reportable(function (Throwable $e): void {
Integration::captureUnhandledException($e);
});