diff --git a/newrelic.ini b/newrelic.ini index e3f769ced..8585f1207 100644 --- a/newrelic.ini +++ b/newrelic.ini @@ -37,7 +37,7 @@ app_name = GFW Data API # New Relic offers distributed tracing for monitoring and analyzing modern # distributed systems.Enable distributed tracing. -distributed_tracing.enabled = +distributed_tracing.enabled = true # When "true", the agent collects performance data about your # application and reports this data to the New Relic UI at @@ -115,7 +115,7 @@ high_security = false # then add "request.parameters.*" to the "attributes.include" # setting. For details about attributes configuration, please # consult the documentation. -# attributes.include = request.parameters.* +attributes.include = request.parameters.* # The transaction tracer captures deep information about slow # transactions and sends this to the UI on a periodic basis. The