Mykyta (Nik) Sennikov

Results 2 comments of Mykyta (Nik) Sennikov

Try to change from: ``` config.js_options = { accessToken: ENV['ROLLBAR_ACCESS_TOKEN'] ``` To: ``` config.js_options = { accessToken: ENV['POST_CLIENT_ITEM_TOKEN'] ``` You can find post client item token in your rollbar interface

Hello @atomical :wave: I'm facing the same issue. I use Sidekiq as a worker for delta indexing, and my Sidekiq config includes usage of relatively new feature of Sidekiq capsules...