Highlights
- Capistrano 2: fix in error path.
- Correct CSP nonce behavior for rollbar.js snippet.
- Sidekiq: Adds
sidekiq_use_scoped_block
config option. - Update rollbar.js v2.22.0:
- Network telemetry fixes
- Enable reporting Content Security Policy (CSP) errors
- Fix scrubbing of objects that are referenced twice in the payload
- Add safelist/blocklist config options and deprecate whitelist/blacklist
- Update/fix assorted Typescript definitions
- Enables uncaught error capture for Web Workers
- Enable ignoredMessages for trace chain payloads
- Enable net timeout and max retries when sending to the Rollbar API
- See https://github.com/rollbar/rollbar.js/releases for details.
Pull requests
Don't rely on return value of ::GirlFriday::WorkQueue.immediate, #1027
Don't use logger.error with capistrano 2, #1043
Use correct CSP nonce behavior when 'unsafe-inline' is set, #1041
Add sidekiq_use_scoped_block configuration option, #1038
Update rollbar.js v2.22.0, #1045