Releases: rollbar/rollbar-gem
Releases · rollbar/rollbar-gem
v3.3.2
v3.3.1
v3.3.0
v3.2.0
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
v3.1.2
Pull requests
Use #prepend over #alias_method for Thread plugin, #1018
Remove skipping CSP nonce on unsafe-inline
, #1010
Add test for lambda in exception_level_filters, #1012
Avoid warning by not requiring 'rollbar/notifier' from 'item/locals', #1005
Handle request URLs that include non-ASCII characters, #1021