Releases: Moesif/moesif-nodejs
Releases · Moesif/moesif-nodejs
v2.4.0
Add:
- ability to add custom metadata to a request
v2.3.16
Fixes:
response TypeError: Cannot convert object to primitive value
v2.3.15
Fixes:
Use variables rather than constants if shadowing.
New:
debug option for debug messages.
v2.3.13
Fix:
- Don't skip the / route by default.
v2.3.12
Fixes:
Body response may be missing if end() called without chunk.
v2.3.11
Fixes:
#2 TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object
v2.3.10
Fix:
- Request may log [object Object] for request body instead of the actual object if using express.json(), and body is not a string or buffer.
- Response body may be duplicated in corner case where write() is called after end()
v2.3.9
Remove: Moesif Express Dependencies
. This lib can be used for a basic Node HTTP server.
Fix: Response body may not get logged for certain write() and end() sequences.
Update: Documentation to reflect installing for non express setups.
v2.3.6
Fix: Check if end() is called with a callback.
Defend against toString() is not a function
v2.3.5
Fixes:
Fixed case when using middleware on node-http-proxy and not all response chunks are gathered if multiple chunks causing partial response body being logged.