File tree Expand file tree Collapse file tree
tests/Agent/UnitTests/Core.UnitTest/DataTransport Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,6 +309,7 @@ public void serializes_correctly()
309309 "agent.process_host_display_name": "ProcessHostDisplayName",
310310 "transaction_tracer.database_statement_cache_capacity": 1234,
311311 "agent.force_synchronous_timing_calculation_for_http_client": true,
312+ "agent.use_header_based_request_queue_time": true,
312313 "agent.enable_asp_net_core_6plus_browser_injection": true,
313314 "agent.instrument_asp_net_core_6plus_websockets": false,
314315 "agent.exclude_new_relic_header": true,
Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ public void serializes_correctly()
381381 "agent.process_host_display_name": "ProcessHostDisplayName",
382382 "transaction_tracer.database_statement_cache_capacity": 1234,
383383 "agent.force_synchronous_timing_calculation_for_http_client": true,
384+ "agent.use_header_based_request_queue_time": true,
384385 "agent.enable_asp_net_core_6plus_browser_injection": true,
385386 "agent.instrument_asp_net_core_6plus_websockets": false,
386387 "agent.exclude_new_relic_header": true,
You can’t perform that action at this time.
0 commit comments