Skip to content

Commit

Permalink
re-introduces lost info about performance reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Aug 27, 2021
1 parent 853984f commit 1ca6589
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,22 @@ override this setting with a custom value. This is helful in case you have
multiple applications in the same repository reporting errors to the same
Redmine project.


#### Turn off performance reporting

According to #5, the Airbrake client from 4.5 onwards has more reporting features
which lead to requests this plugin cannot handle. You can turn this off in your
Airbrake config:

~~~~ruby
Airbrake.configure do |config|
# ...
config.performance_stats = false
config.query_stats = false
end
~~~~


#### Dependencies

[Nokogiri](https://github.com/sparklemotion/nokogiri) For parsing V2 XML
Expand Down

0 comments on commit 1ca6589

Please sign in to comment.