summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
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;
}