# File lib/new_relic/agent/cross_app_monitor.rb, line 119 def set_response_headers(state, response_headers, timings, content_length) response_headers[NEWRELIC_APPDATA_HEADER] = build_payload(state, timings, content_length) end