I am using IBM's appmetrics module for profiling my app, but the "trace" functionality doesn't seem to be working.I have:appmetrics.enable('profiling');appmetrics.enable('trace');appmetrics.enable('requests');but in my event handler:monitor.on('request', function handleRequest(data) {// code and stuff});the request property on data does not have a "stack" property on it.... Has anyone used this package and encountered this problem? There is very little documentation on this property.I believe the problem may be with the trace includeModules config property, but I am not quite sure if or what that should be set to....http://ift.tt/1HWNg0t
Submitted March 13, 2017 at 05:25PM by Charlemagne_III
No comments:
Post a Comment