summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Sentry.pm
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2016-04-22 17:56:44 +0200
committerDylan Hardison <dylan@mozilla.com>2016-04-22 17:56:44 +0200
commitdacce0f73894bae5b7c4df2594ca4dd48dfeec0d (patch)
tree0a8b244bc31306c535e5e285deb3b5e30c4cb6c5 /Bugzilla/Sentry.pm
parentdab15f57403d7499c958a20e0c96ebf3083a6745 (diff)
downloadbugzilla-dacce0f73894bae5b7c4df2594ca4dd48dfeec0d.tar.gz
bugzilla-dacce0f73894bae5b7c4df2594ca4dd48dfeec0d.tar.xz
Bug 1195736 - intermittent internal error: "file error - nav_link: not found" (also manifests as fields_lhs: not found)
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 d49eb0808..e2fdcad99 100644
--- a/Bugzilla/Sentry.pm
+++ b/Bugzilla/Sentry.pm
@@ -321,6 +321,7 @@ sub _sentry_die_handler {
$in_cgi_carp_die = 1 if $sub =~ /CGI::Carp::die$/;
}
+ return if $Bugzilla::Template::is_processing;
return if _in_eval();
# mod_perl overrides exit to call die with this string