Remove all ray() calls
This commit is contained in:
@@ -84,7 +84,6 @@ class Handler extends ExceptionHandler
|
||||
if (str($e->getMessage())->contains('No space left on device')) {
|
||||
return;
|
||||
}
|
||||
ray('reporting to sentry');
|
||||
Integration::captureUnhandledException($e);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user