Ignore 404 (#76)

This commit is contained in:
2026-03-22 13:05:54 +01:00
committed by GitHub
parent ac46f380cb
commit 29e093575e
+1
View File
@@ -8,6 +8,7 @@ when@prod:
ignore_exceptions: ignore_exceptions:
- 'Symfony\Component\ErrorHandler\Error\FatalError' - 'Symfony\Component\ErrorHandler\Error\FatalError'
- 'Symfony\Component\Debug\Exception\FatalErrorException' - 'Symfony\Component\Debug\Exception\FatalErrorException'
- 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException'
# #
# # If you are using Monolog, you also need this additional configuration to log the errors correctly: # # If you are using Monolog, you also need this additional configuration to log the errors correctly:
# # https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/ # # https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/