Download the Latest Agent
Latest Version: 2.0.6
Info
NPM method Package Info: https://www.npmjs.com/package/whatap
-
Installation and application methods
npm install whatap
Info
Local installation file Download: Node.js Agent v2.0.6
-
Create the whatap-only directory
mkdir /app_directory/whatap-only -
Extract the tgz file
tar -xzf whatap.agent.nodejs.2.0.6.tgz -C /app_directory/whatap-only -
Move whatap and dependency packages
mv /app_directory/whatap-only/node_modules/.bin /app_directory/node_modules/.bin
mv /app_directory/whatap-only/node_modules/graceful-fs /app_directory/node_modules/graceful-fs
mv /app_directory/whatap-only/node_modules/long /app_directory/node_modules/long
mv /app_directory/whatap-only/node_modules/proper-lockfile /app_directory/node_modules/proper-lockfile
mv /app_directory/whatap-only/node_modules/retry /app_directory/node_modules/retry
mv /app_directory/whatap-only/node_modules/signal-exit /app_directory/node_modules/signal-exit
mv /app_directory/whatap-only/node_modules/uuid /app_directory/node_modules/uuid
mv /app_directory/whatap-only/node_modules/whatap /app_directory/node_modules/whatap -
Delete the whatap-only directory
rm -rf /app_directory/whatap-only