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, ];