diff options
author | Byron Jones <bjones@mozilla.com> | 2013-04-30 16:21:14 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-04-30 16:21:14 +0200 |
commit | aa9b4d74cfd8642908724488311f54fdbe9fc6b1 (patch) | |
tree | f6cd7a230fa6e61f13ca91d8a21c794039b85c2e /Bugzilla | |
parent | 3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Sentry.pm | 1 |
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 |