From aa9b4d74cfd8642908724488311f54fdbe9fc6b1 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 30 Apr 2013 22:21:14 +0800 Subject: Bug 866806: don't send errors caused by mysql terminating long running queries 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 196519dde..66106f13a 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -51,6 +51,7 @@ use constant CONFIG => { qr/Software caused connection abort/, qr/Could not check out .*\/cvsroot/, qr/Unicode character \S+ is illegal/, + qr/Lost connection to MySQL server during query/, ], # (ab)use the logger to classify error/warning types -- cgit v1.2.3-24-g4f1b