Skip to content

Releases: rollbar/rollbar.js

v2.12.2

22 Aug 21:43
Compare
Choose a tag to compare

Pull requests

Chrome 76 uses return value of prepareStackTrace, #773

v2.12.1

21 Aug 00:45
Compare
Choose a tag to compare

Pull requests

Ensure stack is preserved on Chrome, #772

v2.12.0

15 Aug 18:12
Compare
Choose a tag to compare

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

02 Aug 22:15
Compare
Choose a tag to compare

Highlights

  • Adds the original error to the notifier.diagnostic key
  • Allows disable of global event wrappers

Pull requests

Add raw error diagnostic; fix key format for API payload, #760
Allow disable of global event wrappers, #761

v2.10.0

31 Jul 23:42
Compare
Choose a tag to compare

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

25 Jul 19:05
Compare
Choose a tag to compare

Highlights

Adds diagnostic keys to the payload.

Pull Requests

Add configured options to payload notifier object, #753
Add diagnostic key for anonymous errors, #754

v2.8.1

06 Jul 01:27
Compare
Choose a tag to compare

Fixes two issues in 2.8.0:

  • Add handle anonymous errors to shim, #747
  • Update npm dependencies, #748

v2.8.0

05 Jul 22:35
Compare
Choose a tag to compare

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.

Pull requests

  • Add transmit option flag, #736
  • Node.js TypeScript source maps, #738
  • Enhanced error reports for Chrome anonymous errors, #744
  • React error boundary example, #745

v2.7.1

22 May 16:46
Compare
Choose a tag to compare

Fix for UMD:

  • Workaround webpack/webpack issue #6642, #6677, #733

v2.7.0

15 May 23:42
Compare
Choose a tag to compare

Pull Requests:

  • Allow enable/disable uncaught errors/rejections in .configure #729
  • Enable rate limiting for node/server environment #730
  • Lambda: Clear timer to avoid unexpected "Function timed out" errors #731