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

support report_level configuration just like rollbar.js

Open v-kumar opened this issue 4 years ago • 1 comments

Disable reporting based on report_level configuration, similar to https://docs.rollbar.com/docs/rollbarjs-configuration-reference

v-kumar avatar May 07 '20 19:05 v-kumar

@v-kumar Thank you for the PR. We're trying not to add anything new to spec/rollbar_bc_spec.rb, and instead the specs should go in spec/rollbar_spec.rb.

I'd suggest adding either before or after the exception_level_filters specs. https://github.com/rollbar/rollbar-gem/blob/master/spec/rollbar_spec.rb#L794_L922

waltjones avatar Jun 18 '20 01:06 waltjones