summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-03-03 05:24:40 +0100
committerByron Jones <glob@mozilla.com>2015-03-03 05:24:40 +0100
commit18f29b25e8a0d40b3d5229c526fb59a5f545f052 (patch)
treed39f8b57a4839cd9650b47eebcf0edf6e194b763 /Bugzilla/Sentry.pm
parent3208ebbf96c52c8b62f92524dc92ce3a0c6b4048 (diff)
downloadbugzilla-18f29b25e8a0d40b3d5229c526fb59a5f545f052.tar.gz
bugzilla-18f29b25e8a0d40b3d5229c526fb59a5f545f052.tar.xz
don't log illegal collation errors in 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 ce45d4823..d0d8b68ad 100644
--- a/Bugzilla/Sentry.pm
+++ b/Bugzilla/Sentry.pm
@@ -60,6 +60,7 @@ use constant CONFIG => {
qr/Lost connection to MySQL server during query/,
qr/Call me again when you have some data to chart/,
qr/relative paths are not allowed/,
+ qr/Illegal mix of collations for operation/,
],
# (ab)use the logger to classify error/warning types