Configure airbrake as Errbit documentation says

Quoting `errbit/errbit/blob/main/app/views/apps/_configuration_instructions.html.erb`

> airbrake.io supports various features that are out of scope for Errbit.
This commit is contained in:
Senén Rodero Rodríguez
2023-05-18 18:13:07 +02:00
parent 0b7dfb2172
commit b85df50a28

View File

@@ -13,6 +13,9 @@ Airbrake.configure do |config|
end end
config.performance_stats = false config.performance_stats = false
config.job_stats = false
config.query_stats = false
config.remote_config = false
end end
Airbrake.add_filter do |notice| Airbrake.add_filter do |notice|