Skip to content

Errors being swallowed by raven when jobs fail (ActiveJob with sidekiq adapter) #368

@j-manu

Description

@j-manu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions