Skip to content

Commit

Permalink
feat: disable edxapp legacy browser in newrelic.ini.j2 for prod (#51)
Browse files Browse the repository at this point in the history
Disabling in stage and edge went smoothly, so this
adds disabling NR legacy edxapp browser monitoring
in prod as well.
  • Loading branch information
robrap authored Jun 25, 2024
1 parent 30c67c3 commit cb036a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playbooks/roles/edxapp/templates/newrelic.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
# Transactions). This lets us do things like facet front end load time by
# `course_id`.
#
{% if COMMON_ENVIRONMENT == "stage" or COMMON_DEPLOYMENT == "edge" %}
browser_monitoring.enabled=false
browser_monitoring.auto_instrument=false
browser_monitoring.attributes.enabled=false
{% else %}
browser_monitoring.attributes.enabled=true
{% endif %}

0 comments on commit cb036a5

Please sign in to comment.