From 4d442598cd891fdf45b0ac25a7757f8494bbfcbb Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 4 May 2015 11:03:10 +0800 Subject: Bug 1157124: don't report sql search errors to senty --- Bugzilla/Sentry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Sentry.pm') diff --git a/Bugzilla/Sentry.pm b/Bugzilla/Sentry.pm index b90e0732e..4206118da 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -177,7 +177,7 @@ sub sentry_handle_error { # invalid boolean search errors need special handling if ($message =~ /selectcol_arrayref failed: syntax error/ && $message =~ /IN BOOLEAN MODE/ - && $message =~ /at Bugzilla\/Search\.pm/) + && $message =~ /Bugzilla\/Search\.pm/) { $send_to_sentry = 0; } -- cgit v1.2.3-24-g4f1b