-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow configuring exception level filters:true/false as a global setting for manual reporting #587
Comments
Let the users to set a global `use_exception_level_filters` option Usage: Rollbar.configure do |config| config.use_exception_level_filters = true end By default the setting is `false` so we keep the current interface Fix #587
Let the users to set a global `use_exception_level_filters_default` option Usage: Rollbar.configure do |config| config.use_exception_level_filters_default = true end By default the setting is `false` so we keep the current interface Fix #587
Let the users to set a global `use_exception_level_filters_default` option Usage: Rollbar.configure do |config| config.use_exception_level_filters_default = true end By default the setting is `false` so we keep the current interface Fix #587
|
@rodeezy Thank you for the report. |
@waltjones im so sorry, it looks like it might have been something on our end actually 🤦 . we're digging into the problem on our side to try to confirm, but we're still not too sure |
We did some local testing and it looks like the problem was on our end actually and not related to the config. |
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..
The text was updated successfully, but these errors were encountered: