diff options
author | Byron Jones <bjones@mozilla.com> | 2013-06-24 08:33:34 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-06-24 08:33:34 +0200 |
commit | 92d59851ee5e5a89c215f705de5ebdb9247839ff (patch) | |
tree | 7bf9b080a6c42d5b03310727dfb3dc7b0bab4eee | |
parent | bc6e17ee7addd48eb127f26e50dd4378e193f0ba (diff) | |
download | bugzilla-92d59851ee5e5a89c215f705de5ebdb9247839ff.tar.gz bugzilla-92d59851ee5e5a89c215f705de5ebdb9247839ff.tar.xz |
Do not tell sentry about invalid relative paths
-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 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 |