Node.js Agent v0.4.96
May 30, 2024
-
Feature
Added the websocket package monitoring to collect data while transmitting data from the server to clients. -
Feature
Added the agent setting options.-
ignore_nextjs_build_file_enabled Boolean
Default
true
Set whether to monitor the Next.js build files. If this option is set to
true
, the Next.js build files are not monitored. -
ignore_nextjs_build_file_path String
Default
/next/
You can specify the startup path of Next.js build files to exclude from the monitoring. It is applied when the value of
ignore_nextjs_build_file_enabled
istrue
. With comma (,) as the delimiter, multiple paths can be set.whatap.confignore_nextjs_build_file_path=/next/abc/,/next/def/
-
-
Changed
Changed the default value of thetrace_sampling_enabled
option totrue
. -
Fixed
Modified the HTTP monitoring to ignore statistical data collection for socket errors. -
Fixed
Fixed the issue where the URL is not displayed when the transaction result is Lost Connection.
NPM method Package Info: https://www.npmjs.com/package/whatap
-
Installation and application methods
npm install whatap
Local installation method Download Info: Node.js Agent v0.4.96
-
Unzipping the zip file
unzip whatap.agent.nodejs.0.4.96.zip -d /path/to/app_directory
-
Installing WhaTap and its dependency package
cd /path/to/app_directory
npm install crypto-1.0.1.tgz df-1.1.1.tgz long-3.2.0.tgz pidusage-1.1.0.tgz whatap-0.4.96.tgz