Releases: rollbar/rollbar.js
v2.25.2
v2.25.1
v2.25.0
Highlights
- Security update, addresses GHSA-fwr7-v2mv-hh25
- Improved Typescript types
- Improved CSP error detection compatibility
- Improved network telemetry
- Support new Error Cause standard (https://github.com/tc39/proposal-error-cause)
Pull requests
- remove uuid dependency, #998
- Typescript definition improvement: Added types for payload property, #997
- Fix LocalsSettings type, #1004
- Telemetry: don't fail when fetch request body is empty, #1005
- Add CSP listener on document, not window, #1007
- Support error cause, #1012
- Refactor to use current (3.x) async package, #1018
v2.24.1
v2.24.0
v2.23.0
v2.22.0
Highlights
- Typescript type updates for config options: CSP errors, local variables
- Enable basic telemetry for Node.js
- Enable
ignoredMessagesfor trace chain payloads - Enable net timeout and max retries when sending to the Rollbar API
Pull requests
Remove console.log, #939
Add TypeScript definitions for CSP error reporting, #942
Node.js telemetry - logging and http(s) request, #943
Add node 14, 16 to ci, #949
Apply ignoredMessages filter to trace_chain occurrences, #945
Update ts types for locals, #950
Read timeout from options and pass it to the XMLHttpRequest, #947
v2.21.1
v2.21.0
v2.20.0
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