Node.js Agent v0.4.83
December 11, 2023
-
Feature
Added the agent options-
trace_sql_error_stack Boolean
Default
false
SQL errors are stored as stacks (MySQL, MariaDB, PostgreSQL, SQL Server).
-
trace_sql_error_depth Int
Default
50
Set the number of lines of errors to be stored when applying the
trace_sql_error_stack
option. -
profile_error_step_enabled Boolean
Default
true
You can add a step to display error information in the profile.
-
ignore_http_method String
Default
PATCH,OPTIONS,HEAD,TRACE
Transactions requested through the set HTTP method are not collected. To set multiple items, use comma (,) as the delimiter.
whatap.conf# example
ignore_http_method=OPTIONS,HEAD -
status_ignore String
Default
Empty
You can set the HTTP status codes to ignore.
whatap.conf# example
status_ignore=404,500 -
status_ignore_set String
Default
Empty
Among HTTP status return codes, you can set the codes to ignore on a URL basis.
whatap.conf# example
status_ignore_set=/a/b/c:400,/a/ab/c:404 -
transaction_status_error_enable Boolean
Default
true
If an HTTP status code that is not a normal response, such as HTTP 401 or 403, is returned, it is handled as an error.
-
-
Fixed
Fixed the issue where the MongoDB monitoring does not work. -
Fixed
Modified to store the MongoDB connection data.
-
Package information: https://www.npmjs.com/package/whatap
-
Installation and application methods
npm i whatap