rollbar-gem icon indicating copy to clipboard operation
rollbar-gem copied to clipboard

Exception tracking and logging from Ruby to Rollbar

Results 87 rollbar-gem issues
Sort by recently updated
recently updated
newest added

During the recent rollbar outage (Apr 22, 06:10 PDT), we noticed our Delayed::Job queue was filling up with jobs to report errors to Rollbar, which would then fail and raise...

References: https://github.com/rollbar/rollbar-gem/pull/867#issuecomment-604858333 Update the initializer template with current config options: https://github.com/rollbar/rollbar-gem/blob/master/lib/generators/rollbar/templates/initializer.rb And update the config reference with the options in the referenced comment. https://docs.rollbar.com/docs/gem-configuration-reference

We observe that the rollbar notifier for version 2.24.0 hangs reproducibly in http post requests set up in `notifier.rb` line 581. The exact same request works with 2.32.2. I looked...

Hi, I need to disable the js inclusion for some specific actions. There is any way I could achieve this? Thanks

enhancement

If the content-type is multipart/form-data, we currently grab the request.body content parameters but if the content.body is empty the user ends up with no request information. Can we also iterate...

Similar to telemetry in rollbar.js. This needs to include the config options for enabling/disabling telemetry and scrubbing telemetry data.

enhancement
server sessions

Previously disabled JRuby due to RVM installer issue at Travis. DM from Travis people says it might be fixed, so giving it a try. Discussion here: https://travis-ci.community/t/rvm-tries-to-download-blank-version-of-itself/3972

Fixes https://github.com/rollbar/rollbar-gem/issues/860 This does _not_ add commitizen to project dependencies, based on nodejs.org recommendation: > If you’re installing something that you want to use in your program, using require('whatever'), then...

Related to https://github.com/rollbar/rollbar-gem/issues/853 We need to rethink our strategy around how we deal with timeout issues in deploy tracking

Add https://github.com/commitizen/cz-cli to repo's dependencies. Add config for commitizen to use https://www.npmjs.com/package/cz-conventional-changelog This will provide the `git cz` command which makes creating conventional-changelog commits easy This also needs we will...