class Sentry::Sidekiq::Configuration
Attributes
report_after_job_retries[RW]
Set this option to true if you want Sentry
to only capture the last job retry if it fails.
Public Class Methods
new()
click to toggle source
# File lib/sentry/sidekiq/configuration.rb, line 16 def initialize @report_after_job_retries = false end