we are using sentry-rails to report errors from ActiveJob (which is running on sidekiq). we want the ability to only report on errors when retries are exhausted. there doesn't seem to be a way to do this directly in the ActiveJob integration (sentry-sidekiq, sentry-delayed_job, and sentry-resque all support this configuration option).
is it possible to implement this directly in the ActiveJob adapter?
we are using
sentry-railsto report errors fromActiveJob(which is running onsidekiq). we want the ability to only report on errors when retries are exhausted. there doesn't seem to be a way to do this directly in theActiveJobintegration (sentry-sidekiq,sentry-delayed_job, andsentry-resqueall support this configuration option).is it possible to implement this directly in the
ActiveJobadapter?