Clone the repo - https://github.com/debug-poc/sidekiq-raven-activejob
With sentry gem
- Push a new job "TestJob.perform_later(1)"
- bundle exec sidekiq
- The job should execute successfully
Without sentry gem
- Stop sidekiq
- Remove sentry-raven from Gemfile
- Push a new job "TestJob.perform_later(1)"
- bundle exec sidekiq
- The job should now fail