summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-04-30 16:19:26 +0200
committerByron Jones <bjones@mozilla.com>2013-04-30 16:19:26 +0200
commit3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980 (patch)
tree8b8e4e7de4122e541682d46f1e2ee11cc34e72ec /Bugzilla/Sentry.pm
parentb2fad8e43c4b73b08f994b36f9e0769987cc0d26 (diff)
downloadbugzilla-3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980.tar.gz
bugzilla-3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980.tar.xz
Bug 866805: don't send illegal unicode warnings 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 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