From b5b64e787d9e339482c75df42f2e0f8459a88510 Mon Sep 17 00:00:00 2001 From: Merel Date: Thu, 16 Jul 2026 10:31:40 +0200 Subject: [PATCH] Update craft-sentry.php --- config/craft-sentry.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/craft-sentry.php b/config/craft-sentry.php index 68cf1120..397b3caa 100644 --- a/config/craft-sentry.php +++ b/config/craft-sentry.php @@ -9,6 +9,10 @@ 'excludedExceptions' => [ \craft\errors\ImageTransformException::class, \yii\web\ForbiddenHttpException::class, + \craft\errors\AssetDisallowedExtensionException, + \craft\errors\FsObjectNotFoundException, + \Imagine\Exception\RuntimeException, + \craft\errors\ImageException, ], 'release' => getenv('SENTRY_RELEASE') ?: null, ];