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.
-
Package information: https://www.npmjs.com/package/whatap
-
Installation and application methods
npm i whatap