Loading the Splunk AppDynamics Module

You can use the APIs in your application by adding the appdynamics Node.js module in a require statement, after appd.profile().

var appd = require('appdynamics');
appd.profile({ . . . })
...
var transaction = appd.startTransaction(...);
...
transaction.end();