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, https://github.com/rollbar/rollbar.js/pull/889
Improve error callback handling, https://github.com/rollbar/rollbar.js/pull/900
Adds 'scrubPaths' to Configuration interface, https://github.com/rollbar/rollbar.js/pull/899
TypeScript allow undefined LogArgument, https://github.com/rollbar/rollbar.js/pull/907
Enable reporting for CSP errors, https://github.com/rollbar/rollbar.js/pull/903
Wait in async lambda handler, https://github.com/rollbar/rollbar.js/pull/910
Deprecate whitelist/blacklist in favor of safelist/blocklist, https://github.com/rollbar/rollbar.js/pull/911
Enable node.js stack locals capture, https://github.com/rollbar/rollbar.js/pull/902
Enable depth of traversal for node local vars, https://github.com/rollbar/rollbar.js/pull/914
Update type definition, https://github.com/rollbar/rollbar.js/pull/917
Scrub all occurrences of objects seen twice, https://github.com/rollbar/rollbar.js/pull/913