Releases: rollbar/rollbar-gem
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
v3.1.1
v3.1.0
v3.0.1
v3.0.0
v2.27.1
v2.27.0
Updated Rollbar.js snippet (v2.19.0)
- Allow increasing the stack trace limit in Chrome, Safari, and Node
- Lightstep/opentracing integration (pre-release)
- Allow scrubbing by full path in dot notation
- Allow error context to be added as custom data
See https://github.com/rollbar/rollbar.js/releases for details.
v2.26.1
Highlights
- Simplified and improved
rake rollbar:test
, works reliably with current Rails versions - Accept Rack Spec env vars for request URI
- Capistrano integration improvements:
- Capistrano 2.x fixed missing constant exception
- Deploys now unaffected by Rollbar API outages
- Send comment with succeeded/failed deploy events
Pull requests
Capistrano: use real_revision, not current_revision, #973
Capistrano Deploy Rollbar Comment Fix, #974
Recreate REQUEST_URI using Rack SPEC-compliant variables, #978
Use message occurrence for new project verification test, #981
Rescue exceptions in deploy tasks, allow deploy to continue, #983
Add guard to ensure CAPISTRANO::VERSION is defined, #984