summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-04-30 16:21:14 +0200
committerByron Jones <bjones@mozilla.com>2013-04-30 16:21:14 +0200
commitaa9b4d74cfd8642908724488311f54fdbe9fc6b1 (patch)
treef6cd7a230fa6e61f13ca91d8a21c794039b85c2e /Bugzilla/Sentry.pm
parent3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980 (diff)
downloadbugzilla-aa9b4d74cfd8642908724488311f54fdbe9fc6b1.tar.gz
bugzilla-aa9b4d74cfd8642908724488311f54fdbe9fc6b1.tar.xz
Bug 866806: don't send errors caused by mysql terminating long running queries to sentry
Diffstat (limited to 'Bugzilla/Sentry.pm')
-rw-r--r--Bugzilla/Sentry.pm1
1 files changed, 1 insertions, 0 deletions
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