Releases: Moesif/moesif-nodejs
Releases · Moesif/moesif-nodejs
v2.6.7
Fixes:
- Remove limit on body size for large payloads
v2.6.6
Add:
- samplingPercentage config switch
v2.6.5
Add:
- improve hashSensitive detection for password fields
v2.6.4
Fixes:
- Missing content-type dependency which may cause a failure if not already present in app (usually it is)
v2.6.3
Fixes:
- wrong error notice for getApiVersion
- add documentation for option functions
v2.6.1
Add:
- Added support for automatically capturing outgoing API calls to 3rd parties like Stripe or your own dependencies. Just call
startCaptureOutgoing()
v2.5.0
Update:
- Dependencies for debug, request-ip, raw-body, and card-validator
v2.4.3
Fixes:
- updateUser not working due to userId not snakecase
Add:
- Automatic removal of credit card numbers and other sensitive information
v2.4.2
Add:
- Ability to change BaseUri
Update: