From 3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 30 Apr 2013 22:19:26 +0800 Subject: Bug 866805: don't send illegal unicode warnings to sentry --- Bugzilla/Sentry.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Sentry.pm b/Bugzilla/Sentry.pm index 406171714..196519dde 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -50,6 +50,7 @@ use constant CONFIG => { ignore => [ qr/Software caused connection abort/, qr/Could not check out .*\/cvsroot/, + qr/Unicode character \S+ is illegal/, ], # (ab)use the logger to classify error/warning types -- cgit v1.2.3-24-g4f1b