diff --git a/src/Monitoring/ProcessMonitor.php b/src/Monitoring/ProcessMonitor.php index 131c34d..347cac3 100644 --- a/src/Monitoring/ProcessMonitor.php +++ b/src/Monitoring/ProcessMonitor.php @@ -84,7 +84,7 @@ public function logException(\Exception $e): void { $message = $e->getMessage(); $this->process?->setSummary($message); - $this->process?->addExceptionTraceData($e); + // $this->process?->addExceptionTraceData($e); cause memomry limit issue on clever, try to catch the exception with sentry instead $this->consoleIo?->error($message); }