diff options
-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 |