Walt Jones
Walt Jones
## Description of the change The network telemetry code paths rely on the standard `Headers` object for case insensitive handling of request headers. While `Headers` is part of the fetch...
## Description of the change The user IP address is optionally captured at the Rollbar API. The SDK sends a token in the payload signaling whether the captured IP should...
When the `itemsPerMinute` threshold is exceeded in the browser, a specific itemsPerMinute error event is sent and further Rollbar events are discarded until the timer expires. This happens on a...
Other Rollbar SDKs allow wildcard specifiers for scrub fields. For Rollbar.js to support this, the scrubber must be limited to only look at keys that would always be safe to...
Telemetry for click events show the clicked element, and container elements up to three layers deep. ``` "body": { "subtype": "click", "element": "... > div#create-article-form > form#article-form > button#child-error" }...
I have just reviewed example Rollbar events originating from a non-web job worker thread. The payload had unrelated http headers, browser type, etc. These events should not contain information related...
1. Add to default scrub fields: `ccname cardnumber cvc ccmonth ccyear exp-date card-type` https://developers.google.com/web/fundamentals/design-and-ux/input/forms/#recommended_input_name_and_autocomplete_attribute_values 2. And review JS scrub defaults to see if any should be added here. https://github.com/rollbar/rollbar.js/blob/master/package.json#L113-L208
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
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...