Skip to content

Commit

Permalink
Merge pull request #9468 from hennevogel/bugfix/airbrake-errbit-compat
Browse files Browse the repository at this point in the history
Disable airbrake server features
  • Loading branch information
DavidKang committed Apr 29, 2020
2 parents 034c94d + fbab7f5 commit 29cc4b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/config/initializers/airbrake.rb
Expand Up @@ -56,6 +56,10 @@
# Alternatively, you can integrate with Rails' filter_parameters.
# Read more: https://goo.gl/gqQ1xS
# c.blacklist_keys = Rails.application.config.filter_parameters

# These are airbrake server features that don't work on errbit
c.performance_stats = false
c.query_stats = false
end

# A filter that collects request body information. Enable it if you are sure you
Expand Down

0 comments on commit 29cc4b7

Please sign in to comment.