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?