diff options
author | Byron Jones <bjones@mozilla.com> | 2013-04-30 16:19:26 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-04-30 16:19:26 +0200 |
commit | 3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980 (patch) | |
tree | 8b8e4e7de4122e541682d46f1e2ee11cc34e72ec /Bugzilla | |
parent | b2fad8e43c4b73b08f994b36f9e0769987cc0d26 (diff) | |
download | bugzilla-3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980.tar.gz bugzilla-3a2a8c0bc00d632cd66d36f1a2aa2b6e816af980.tar.xz |
Bug 866805: don't send illegal unicode warnings 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 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 |