From 3483daef0dfea2e1fb5e76f79889b5b110f5749b Mon Sep 17 00:00:00 2001 From: Hemachandar <132386067+hmacr@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:33:00 +0530 Subject: [PATCH] Stop publishing rule verification errors to Sentry (#11101) --- app/config/errors.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index 6d747e4eb1..e01d9064bf 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -1103,7 +1103,6 @@ return [ 'name' => Exception::RULE_VERIFICATION_FAILED, 'description' => 'Domain verification failed. Please check if your DNS records are correct and try again.', 'code' => 400, - 'publish' => true ], Exception::PROJECT_SMTP_CONFIG_INVALID => [ 'name' => Exception::PROJECT_SMTP_CONFIG_INVALID,