Skip to content

v2.20.0

Compare
Choose a tag to compare
@waltjones waltjones released this 29 Jan 21:14
· 122 commits to master since this release
064d90a

Highlights

  • Capture local variables for Node.js
  • Enable reporting Content Security Policy (CSP) errors
  • Fix wait behavior in async Lambda handler
  • Fix scrubbing of objects that are referenced twice in the payload
  • Update tracer properties
  • Add safelist/blocklist config options and deprecate whitelist/blacklist
  • Update/fix assorted Typescript definitions

Pull requests

Add item and occurrence URL as tags to tracer, #889
Improve error callback handling, #900
Adds 'scrubPaths' to Configuration interface, #899
TypeScript allow undefined LogArgument, #907
Enable reporting for CSP errors, #903
Wait in async lambda handler, #910
Deprecate whitelist/blacklist in favor of safelist/blocklist, #911
Enable node.js stack locals capture, #902
Enable depth of traversal for node local vars, #914
Update type definition, #917
Scrub all occurrences of objects seen twice, #913