Releases: rollbar/rollbar-gem
v2.17.0
- PR 732 Fix "Empty message" report for java.lang.Error & children
- PR 730 update
append_nounce?
method for SecureHeaders - PR 740 Add Rollbar.configuration.logger_level
- PR 745 Allow to specify queue name for shoryuken
- Update Rollbar.js snippet to version
v2.4.4
- PR 760 Add gem version and SemVer stability badges to README
- PR 761 Fix sidekiq_threshold ignored on first failure
v2.16.4
#139 It would be awesome if Rollbar.configuration.scrub_fields could take a lambda like Rails.application.config.filter_parameters (added scrub_whitelist
configuration option)
#766 Fix link to LICENSE
Fixed spec/rollbar/middleware/js_spec.rb
which was breaking on ruby 1.8.7 due to assertions not respecting unordered nature of hashes
v2.16.3
v2.16.2
v2.16.1
- PR #460 - Send rollbar_comment during deploys
- PR #666 - Passing proxy vars manually
- PR #747 - Revert "uploading sourcemaps to rollbar for capistrano"
- #751 - Scrubbing X-Forwarded-For header when collect_user_ip = false
- Ignore
vendor/
when usingbundle install —path=vendor
- Added
shoryuken
andaws-sdk-sqs
to all gem files
v2.16.0
-
#728 - Anonymize IP address config option
-
#727 - Allow IP collection to be easily turned on and off in config
-
PR #715 - Don't send person's personally identifiable information as a default
-
PR #702 - Follow symlinks when looking up source maps
-
PR #682 - Better logging for capistrano sourcemap uploading
-
#341 - Allow access to controller variables from custom_data_method
-
#539 - Failure to add rollbar.js to page
-
#472 - Exception from Delayed::Job not reported if job fails to deserialize
v2.15.6
-
Update rollbar.js snippet to
v2.3.8
#680 -
Update
delayed_job
dependency to4.1.3
#672 -
Add rollbar.js snippet on all responses regardless of status code #664
-
Add documentation for
sinatra/namespace
vsrake
conflict toREADME.md
#663 -
Add
aws-sdk-sqs
gem dependency #659 -
Upgrade
rails
gem dependency to4.2.7.1
#656 -
Add documentation note for usage of
Rollbar.scope!
toREADME.md
#653 -
Add example of using
Grape
to deal with500
responses status #645 -
Always report errors from
delayed_job
to deal withdj_threshold > 0
edge case #615