summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-05-04 05:03:10 +0200
committerByron Jones <glob@mozilla.com>2015-05-04 05:03:10 +0200
commit4d442598cd891fdf45b0ac25a7757f8494bbfcbb (patch)
tree2c5c496ce5a84d3cf9ba7c73ea92d803267f0180 /Bugzilla/Sentry.pm
parentdac9873a61b108133ee00bda5b1862404712dd63 (diff)
downloadbugzilla-4d442598cd891fdf45b0ac25a7757f8494bbfcbb.tar.gz
bugzilla-4d442598cd891fdf45b0ac25a7757f8494bbfcbb.tar.xz
Bug 1157124: don't report sql search errors to senty
Diffstat (limited to 'Bugzilla/Sentry.pm')
-rw-r--r--Bugzilla/Sentry.pm2
1 files changed, 1 insertions, 1 deletions
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;
}