summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-06-24 08:33:34 +0200
committerByron Jones <bjones@mozilla.com>2013-06-24 08:33:34 +0200
commit92d59851ee5e5a89c215f705de5ebdb9247839ff (patch)
tree7bf9b080a6c42d5b03310727dfb3dc7b0bab4eee /Bugzilla/Sentry.pm
parentbc6e17ee7addd48eb127f26e50dd4378e193f0ba (diff)
downloadbugzilla-92d59851ee5e5a89c215f705de5ebdb9247839ff.tar.gz
bugzilla-92d59851ee5e5a89c215f705de5ebdb9247839ff.tar.xz
Do not tell sentry about invalid relative paths
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 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