fix: env value generation

This commit is contained in:
Andras Bacsai
2024-03-04 08:49:53 +01:00
parent 112c259d27
commit f7e1ce8656
5 changed files with 8 additions and 5 deletions

View File

@@ -77,6 +77,9 @@ class Handler extends ExceptionHandler
);
}
);
if (str($e->getMessage())->contains('No space left on device')) {
return;
}
ray('reporting to sentry');
Integration::captureUnhandledException($e);
});