newrelic / nr1-pathpoint

Pathpoint is an enterprise platform tracker that models system health in relation to actual user-impacting business stages.
Apache License 2.0
8 stars 19 forks source link

BUG updating configuration #79

Closed rsamanez closed 5 months ago

rsamanez commented 10 months ago

Description

After updating the pathpoint configuration using the GUI editor, the reference to the accountID in the touchPoints object is lost. this BUG is in the Datamanager.js file Function: UpdateNewConfiguration()

solution

Remove the conditional, to always add the accountID

image

and left the code like this image