Releases: rollbar/rollbar.js
v2.12.2
v2.12.1
v2.12.0
Highlights
- CC related scrub fields, and scrub http request body
- Don't wrap global event handlers, improving stack trace accuracy
- Improve trace_chain handling
- Fix edge case for Chrome anonymous errors
Pull Requests
Add cvc as a scrub field, #763
Add ccmonth, ccyear, and ccname as a scrubFields, #764
Scrub request body, #766
Change default for wrapGlobalEventHandlers, #767
Apply hostWhiteList/hostBlackList to trace_chain, #768
Prevent prepareStackTrace from picking up stray errors, #769
v2.11.0
v2.10.0
Highlights
- New
ignoreDuplicateErrors
config flag - Better handling of
onerror
with arbitrary arguments - Informative message when a Rollbar event is sent with no message
- Web workers fix when using the Rollbar logger
- Send DOMException using
trace_chain
for better grouping
Pull requests
Add ignoreDuplicateErrors config flag, #755
Use better message when rollbar.log is called with null or missing arguments, #756
Improve detection of chrome anonymous errors vs omitting the error arg, #757
Fix browser detection inside web workers, #758
Send DOMException as trace_chain; allow nested errors in browser SDK, #759
v2.9.0
v2.8.1
v2.8.0
Highlights
Source map support for Node.js environments. Works for TypeScript and any other source maps.
Enhanced error reports for Chrome anonymous errors. Greatly reduces the number of "Script Error" events.