Skip to content

Commit

Permalink
add log sentry #3336
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeneuvrier committed Jan 28, 2025
1 parent 2a2231a commit 9425ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Signalement/SignalementFileProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function process(
$fileSizeOk = $this->uploadHandlerService->isFileSizeOk($file);
} catch (MaxUploadSizeExceededException|EmptyFileException $exception) {
$this->errors[] = $exception->getMessage();
$this->logger->error($exception->getMessage());
}
} else {
$fileSizeOk = true;
Expand Down

0 comments on commit 9425ad0

Please sign in to comment.