...
Fix New Relic logs
Some log lines are not forwarded, including stack traces errors.
Recommendation is to try adding to https://github.com/openedx/configuration/blob/master/playbooks/roles/edxapp/templates/newrelic.ini.j2 as noted in https://docs.newrelic.com/docs/logs/logs-context/configure-logs-context-python/#1-agent :
Code Block application_logging.enabled=true application_logging.forwarding.enabled=true
Requires monitoring for log ingest size/cost impact.
Potentially switch to DISTRIBUTED_TRACING for all services through the config file.
Switch (or add) a userId-like custom attribute according to https://docs.newrelic.com/docs/errors-inbox/error-users-impacted/ to get additional functionality out of New Relic.