solarwinds / appoptics-apm-node

AppOptics APM Instrumentation Agent for Node.js
Apache License 2.0
11 stars 9 forks source link

NH-8430-Auto-Instrument-Node-DNS (fix) #281

Closed ronilan closed 2 years ago

ronilan commented 2 years ago

Overview

This pull request fixed parsing of arguments for the Arg Key Value pair so that the arguments displays correctly when they include objects.

Change

When arguments contain objects - the JSON representation of the object is displayed in the comma delimited representation of the args array.

Notes