Merge pull request #5119 from consul/airbrake_setup_for_errbit

Fix integration between `Errbit` and the `airbrake` gem
This commit is contained in:
Senén Rodero
2023-06-05 17:07:24 +02:00
committed by GitHub

View File

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