Is there a way to configure Sentry's ActiveJob integration to update the list of adapters seen in ALREADY_SUPPORTED_SENTRY_ADAPTERS? Alternatively, are there a ways of just skipping this integration completely?
Our use case is we have a custom QueueAdapter not in that list. Currently, it gets picked up by capture_and_reraise_with_sentry in ActiveJobExtensions. However, we want to skip that and just use the existing Sidekiq integration.
Is this possible? Thanks!
Is there a way to configure Sentry's ActiveJob integration to update the list of adapters seen in
ALREADY_SUPPORTED_SENTRY_ADAPTERS? Alternatively, are there a ways of just skipping this integration completely?Our use case is we have a custom QueueAdapter not in that list. Currently, it gets picked up by
capture_and_reraise_with_sentryinActiveJobExtensions. However, we want to skip that and just use the existing Sidekiq integration.Is this possible? Thanks!