README.md in peak_flow_utils-0.1.16 vs README.md in peak_flow_utils-0.1.17

- old
+ new

@@ -37,14 +37,26 @@ Add this to `config/peakflow.rb`: ```ruby PeakFlowUtils::NotifierRails.configure ``` +### Reporting ActiveJob errors in Rails: + +If you want the job name and its arguments logged in parameters you can execute this service: +```ruby +PeakFlowUtils::ActiveJobParametersLogging.execute! +``` + ### Reporting Sidekiq errors in Rails: Add this to `config/peakflow.rb`: ```ruby PeakFlowUtils::NotifierSidekiq.configure +``` + +If you want the job name and its arguments logged in parameters you can execute this service: +```ruby +PeakFlowUtils::SidekiqParametersLogging.execute! ``` ## Contributing Contribution directions go here.