From 5eb98ac5a29eca6e40c79cfc9280195a1f5e8fd2 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 19 Dec 2017 15:12:15 -0500 Subject: send param_must_be_numeric to sentry --- Bugzilla/Sentry.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Sentry.pm') diff --git a/Bugzilla/Sentry.pm b/Bugzilla/Sentry.pm index 007736cea..8020ef56f 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -45,6 +45,7 @@ use constant CONFIG => { mail_send_error template_error token_generation_error + param_must_be_numeric )], # any error/warning messages matching these regex's will not be logged or -- cgit v1.2.3-24-g4f1b