From ec1b5fbe79ea95264f4e25654633b76dccb05af4 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Wed, 31 Jul 2024 16:58:51 +0000 Subject: [PATCH] feat: Allow NR instrumentation of Mako templates again This theory didn't pan out, so we're reverting the change. --- playbooks/roles/edxapp/templates/newrelic.ini.j2 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/playbooks/roles/edxapp/templates/newrelic.ini.j2 b/playbooks/roles/edxapp/templates/newrelic.ini.j2 index 86c8569cab8..515d5d0b9f8 100644 --- a/playbooks/roles/edxapp/templates/newrelic.ini.j2 +++ b/playbooks/roles/edxapp/templates/newrelic.ini.j2 @@ -29,14 +29,3 @@ browser_monitoring.enabled=false browser_monitoring.auto_instrument=false browser_monitoring.attributes.enabled=false - - -# Experiment 2024-07-22: See if instrumentation of Mako templates is -# related to the recursive uncaught error handling problem we're -# seeing in https://github.com/openedx/edx-platform/issues/35151 - -[import-hook:mako.runtime] -enabled = false - -[import-hook:mako.template] -enabled = false