diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/advanced.html.tmpl | 5 | ||||
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 10 |
2 files changed, 0 insertions, 15 deletions
diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 92c84d703..7c85881d7 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -68,11 +68,6 @@ disable_bug_updates => "When enabled, all updates to $terms.bugs will be blocked.", - sentry_uri => - "When set, important errors and warnings will be sent to the" - _ " specified Sentry server. Enter the full API KEY URL." - _ " eg <kbd>https://01234567890123456780123456780123:01234567890123456780123456780123@errormill.mozilla.org/10</kbd>.", - metrics_enabled => "Collect metrics for reporting to ElasticSearch", metrics_user_ids => diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index bf1ff5ad3..b37e7ca7b 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -532,9 +532,6 @@ admindocslinks = admindocslinks %] -[%# return the generated error_message for sentry %] -[% processed.error_message = error_message %] - <p> [% terms.Bugzilla %] has suffered an internal error: </p> @@ -543,13 +540,6 @@ [% error_message FILTER none %] </p> -[% IF maintainers_notified %] -<p> - The [% terms.Bugzilla %] maintainers have been notified of this error - [#[% uid FILTER html %]]. -</p> -[% END %] - [% IF variables %] <pre> Variables: |