bugsnag-ruby
bugsnag-ruby copied to clipboard
BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
## Goal The purpose of this PR is to allow any successfully parsed JSON body to be displayed in the request tab of the event page. Previously, only Hashes were...
## Goal The Recent Rails template will generate `filter_parameters` with *partial* strings, such as `:passw` and `:_key`. I think this library should also allow such keywords to filter out, following...
## Goal Test results should be visible for everyone. ## Design - Follows up PRs #574 and #737. ## Changeset - Change the badge image from Travis CI to GitHub...
## Goal Tests with rack (3.0.x) gem are missing. ## Design rack 3.0 supports for Ruby 2.4.0 and higher. ## Changeset - Add `gem "rack", "~> 3.0"` to the matrix...
## Goal `bugsnag` gem 5.x is no more used and so `bugsnag-em` should be unreferenced. ## Design As per https://github.com/bugsnag/bugsnag-em/pull/5, we should remove references for `bugsnag-em` gem. ## Changeset -...
## Goal We do not need snowman `utf8=XX` as IE5-8 has been completely deprecated in [2020-10](https://learn.microsoft.com/en-us/lifecycle/products/internet-explorer-8). See also https://discuss.rubyonrails.org/t/whats-with-the-snowman/53566 ## Design Remove `utf8=✓` from the links. ## Changeset - Remove...
## Goal Force developers not to use `bundle install --with` and `bundle install --binstubs`, which were already deprecated. ## Design - Replace `bundle install --with` with `bundle config set with`....
Use either BUNDLE_WITH variable or bundle config set. --binstubs is not required on CI environment. ## Goal Use the modern syntax around Bundler CLI. ## Design - Suppose to use...
## Goal Use the latest version of RuboCop with the minimal changes to maintain the quality of code. ## Design - Introducing rubocop latest, but usable with Ruby 2.6 (https://github.com/rubocop/rubocop/pull/11791)....
### Description We had removed any user PII from our Bugsnag integration in a large Rails app but we noticed that the default `user` tab data may still get set...