Skip to content

Commit

Permalink
Configure airbrake as Errbit documentation says
Browse files Browse the repository at this point in the history
  • Loading branch information
microweb10 committed Jul 16, 2023
1 parent 069d35f commit 6001f3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/errbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

config.environment = Rails.env
config.ignore_environments = %w[development test]

config.performance_stats = false
config.job_stats = false
config.query_stats = false
config.remote_config = false
end

Airbrake.add_filter do |notice|
Expand Down

0 comments on commit 6001f3e

Please sign in to comment.