Releases: rollbar/rollbar.js
v2.23.0
v2.22.0
Highlights
- Typescript type updates for config options: CSP errors, local variables
- Enable basic telemetry for Node.js
- Enable
ignoredMessages
for 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
v2.19.4
v2.19.3
v2.19.2
v2.19.1
v2.19.0
Highlights
- Option for componentized browser package, to reduce bundle size
- Correct request URLs when using nested routers
- Remove unneeded npm dependencies
- Update TypeScript definitions
Pull requests
Remove debug from dependency, #871
Support nested routes in the request data and context item payloads, #872
Add "addErrorContext" in config type, #874
build(deps): bump lodash from 4.17.15 to 4.17.19, #875
Option to reduce browser bundle size, #817
Remove const declarations, #877
Remove buffer-from and use node's Buffer.from, #878
Add ts definition for config.host in node/server env, #879