Skip to content
Snippets Groups Projects
Unverified Commit 1c497976 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

sentry: ignore mongo connection errors

parent d1509241
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,5 @@ sentry:
excluded_exceptions:
- Symfony\Component\HttpKernel\Exception\NotFoundHttpException
- Symfony\Component\Security\Core\Exception\AccessDeniedException
- MongoDB\Driver\Exception\ConnectionTimeoutException
- MongoConnectionException
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment