Javascript monitor: now works in non-browser environments such as node.js
Javascript monitor: new settings useHttps, userAgent, and xmlHttpRequest for finer control of data transmission
FIXED
Javascript monitor: fixed bug introduced in v3.2.146: reload of the monitor eg upon page refresh would continue sending in new data for the established session (which is good), but tracking more any specific feature using trackFeature() would reset any previous count for that particular feature (which is a bug). Therefore, FeatureUsage counters could end up being less than expected.