Skip to content

v3.2.0

Compare
Choose a tag to compare
@waltjones waltjones released this 28 May 14:21
· 72 commits to master since this release
fcf4423

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