Skip to main content

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

  1. Delete the agent code inserted into your source (e.g. app.js).

    app.js
    var whatap=require('whatap').NodeAgent; // deletion
  2. Stop the application and update the module by using npm.

    SH
    $ npm uninstall whatap