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