Raygun not working with sidekiq.

georgestam10

Posted on
Oct 20 2017

I am trying to use sidekiq with raygun.

I follow this but does not work: https://raygun.com/blog/sidekiq-support-arrives-raygun4ruby/

You could have a look at my app here: https://github.com/georgestam/ubuntu

Many thanks for the help


ubermouse

Posted on
Oct 24 2017

Hi George,

In what environment is it not working with? I've cloned your application and set it up to run a failing Sidekiq job and I'm getting an exception generated inside of Sidekiq showing up in my Raygun dashboard. I did have to change the config/initializers/raygun.rb to set enable_reporting to true on the config object however. I'm wondering if perhaps there is some confusion around the default value for this setting? I see you have some commented out code to enable it only in production in the setup file.

Regards, Taylor


Reply