From 92d59851ee5e5a89c215f705de5ebdb9247839ff Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 24 Jun 2013 14:33:34 +0800 Subject: Do not tell sentry about invalid relative paths --- Bugzilla/Sentry.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Sentry.pm') diff --git a/Bugzilla/Sentry.pm b/Bugzilla/Sentry.pm index e0866b27e..ac053d992 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -53,6 +53,7 @@ use constant CONFIG => { qr/Unicode character \S+ is illegal/, 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/, ], # (ab)use the logger to classify error/warning types -- cgit v1.2.3-24-g4f1b