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

allow configuring exception level filters:true/false as a global setting for manual reporting

Open erated opened this issue 8 years ago • 4 comments

Hi there, Currently if we manually report an issue through Rollbar.error(e), if we want Rollbar to take into consideration our exception level filters, we need to add a silly flag (:use_exception_level_filters => true).

Either cancel this flag, or allow for us to set it globally as a rollbar configuration setting.

This issue just creates dirty code on our end..

erated avatar Apr 19 '17 12:04 erated