Skip to content

Commit

Permalink
feat: Allow NR instrumentation of Mako templates again
Browse files Browse the repository at this point in the history
This theory didn't pan out, so we're reverting the change.
  • Loading branch information
timmc-edx committed Jul 31, 2024
1 parent 3587ba4 commit ec1b5fb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions playbooks/roles/edxapp/templates/newrelic.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec1b5fb

Please sign in to comment.