Management
Agent Update
It stops the application and updates it by using npm
. After an update, restart the application.
SH
$ npm update whatap
Note
To download a specific version, specify the version as follows:
SH
$ npm install whatap@{version}
Deleting (stopping) the agent
-
Delete the agent code inserted into your source (e.g. app.js).
app.jsvar whatap=require('whatap').NodeAgent; // deletion
-
Stop the application and update the module by using
npm
.SH$ npm uninstall whatap